org.eclipse.xtext.serializer.analysis
Class ContextTypePDAProvider.FilterState

java.lang.Object
  extended by org.eclipse.xtext.serializer.analysis.ContextTypePDAProvider.FilterState
Enclosing class:
ContextTypePDAProvider

protected static class ContextTypePDAProvider.FilterState
extends java.lang.Object


Field Summary
protected  ContextTypePDAProvider.FilterState previous
           
protected  ContextTypePDAProvider.StackItem stack
           
protected  ISerState state
           
protected  org.eclipse.emf.ecore.EClass type
           
 
Constructor Summary
ContextTypePDAProvider.FilterState(ContextTypePDAProvider.FilterState previous, org.eclipse.emf.ecore.EClass type, ContextTypePDAProvider.StackItem stack, ISerState state)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

previous

protected final ContextTypePDAProvider.FilterState previous

stack

protected final ContextTypePDAProvider.StackItem stack

state

protected final ISerState state

type

protected final org.eclipse.emf.ecore.EClass type
Constructor Detail

ContextTypePDAProvider.FilterState

public ContextTypePDAProvider.FilterState(ContextTypePDAProvider.FilterState previous,
                                          org.eclipse.emf.ecore.EClass type,
                                          ContextTypePDAProvider.StackItem stack,
                                          ISerState state)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object