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

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

protected static class ContextPDAProvider.SerializerParserRuleCfg
extends CfgAdapter


Field Summary
protected  ParserRule context
           
 
Fields inherited from class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
grammar
 
Constructor Summary
ContextPDAProvider.SerializerParserRuleCfg(ParserRule 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 ParserRule context
Constructor Detail

ContextPDAProvider.SerializerParserRuleCfg

public ContextPDAProvider.SerializerParserRuleCfg(ParserRule 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