protected static class ContextTypePDAProvider.StackItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ContextTypePDAProvider.StackItem |
parent |
protected RuleCall |
rc |
| Constructor and Description |
|---|
StackItem(ContextTypePDAProvider.StackItem parent,
RuleCall rc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
protected final ContextTypePDAProvider.StackItem parent
protected final RuleCall rc
public StackItem(ContextTypePDAProvider.StackItem parent, RuleCall rc)