org.eclipse.xtext.serializer.analysis
Class ContextPDAProvider.SerializerActionCfg

java.lang.Object
  extended by org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
      extended by org.eclipse.xtext.serializer.analysis.ContextPDAProvider.SerializerActionCfg
All Implemented Interfaces:
Cfg<AbstractElement,AbstractElement>, Production<AbstractElement,AbstractElement>
Enclosing class:
ContextPDAProvider

protected static class ContextPDAProvider.SerializerActionCfg
extends CfgAdapter


Field Summary
protected  Action context
           
 
Fields inherited from class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
grammar
 
Constructor Summary
ContextPDAProvider.SerializerActionCfg(Action context)
           
 
Method Summary
 AbstractElement getCall(AbstractElement ele)
           
 AbstractElement getRoot()
           
 
Methods inherited from class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
getAlternativeChildren, getParent, getSequentialChildren, getToken, getUnorderedChildren, isMany, isOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected Action context
Constructor Detail

ContextPDAProvider.SerializerActionCfg

public ContextPDAProvider.SerializerActionCfg(Action context)
Method Detail

getCall

public AbstractElement getCall(AbstractElement ele)
Specified by:
getCall in interface Cfg<AbstractElement,AbstractElement>
Overrides:
getCall in class CfgAdapter

getRoot

public AbstractElement getRoot()
Specified by:
getRoot in interface Production<AbstractElement,AbstractElement>
Overrides:
getRoot in class CfgAdapter