protected static class ContextTypePDAProvider.FilterState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ContextTypePDAProvider.FilterState |
previous |
protected ContextTypePDAProvider.StackItem |
stack |
protected ISerState |
state |
protected org.eclipse.emf.ecore.EClass |
type |
| Constructor and Description |
|---|
FilterState(ContextTypePDAProvider.FilterState previous,
org.eclipse.emf.ecore.EClass type,
ContextTypePDAProvider.StackItem stack,
ISerState state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
protected final ContextTypePDAProvider.FilterState previous
protected final ContextTypePDAProvider.StackItem stack
protected final ISerState state
protected final org.eclipse.emf.ecore.EClass type
public FilterState(ContextTypePDAProvider.FilterState previous, org.eclipse.emf.ecore.EClass type, ContextTypePDAProvider.StackItem stack, ISerState state)