org.eclipse.xtext.serializer.analysis
Class SyntacticSequencerPDAProvider.SequencerPDAContext

java.lang.Object
  extended by org.eclipse.xtext.serializer.analysis.SyntacticSequencerPDAProvider.SequencerPDAContext
Enclosing class:
SyntacticSequencerPDAProvider

public static class SyntacticSequencerPDAProvider.SequencerPDAContext
extends java.lang.Object


Field Summary
protected  org.eclipse.emf.ecore.EObject context
           
protected  org.eclipse.emf.ecore.EClass type
           
 
Constructor Summary
SyntacticSequencerPDAProvider.SequencerPDAContext(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.ecore.EClass type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.eclipse.emf.ecore.EObject getContext()
           
 org.eclipse.emf.ecore.EClass getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected org.eclipse.emf.ecore.EObject context

type

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

SyntacticSequencerPDAProvider.SequencerPDAContext

public SyntacticSequencerPDAProvider.SequencerPDAContext(org.eclipse.emf.ecore.EObject context,
                                                         org.eclipse.emf.ecore.EClass type)
Method Detail

equals

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

getContext

public org.eclipse.emf.ecore.EObject getContext()

getType

public org.eclipse.emf.ecore.EClass getType()

hashCode

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