Class GrammarPDAProvider.SerializerParserRuleCfg
- java.lang.Object
-
- org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
-
- org.eclipse.xtext.serializer.analysis.GrammarPDAProvider.SerializerParserRuleCfg
-
- All Implemented Interfaces:
org.eclipse.xtext.util.formallang.Cfg<AbstractElement,AbstractElement>,org.eclipse.xtext.util.formallang.Production<AbstractElement,AbstractElement>
- Enclosing class:
- GrammarPDAProvider
protected static class GrammarPDAProvider.SerializerParserRuleCfg extends CfgAdapter
-
-
Field Summary
-
Fields inherited from class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
grammar
-
-
Constructor Summary
Constructors Constructor Description SerializerParserRuleCfg(Grammar grammar, ParserRule entryRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractElementgetCall(AbstractElement ele)AbstractElementgetRoot()-
Methods inherited from class org.eclipse.xtext.grammaranalysis.impl.CfgAdapter
getAlternativeChildren, getParent, getSequentialChildren, getToken, getUnorderedChildren, isMany, isOptional
-
-
-
-
Constructor Detail
-
SerializerParserRuleCfg
public SerializerParserRuleCfg(Grammar grammar, ParserRule entryRule)
-
-
Method Detail
-
getCall
public AbstractElement getCall(AbstractElement ele)
- Specified by:
getCallin interfaceorg.eclipse.xtext.util.formallang.Cfg<AbstractElement,AbstractElement>- Overrides:
getCallin classCfgAdapter
-
getRoot
public AbstractElement getRoot()
- Specified by:
getRootin interfaceorg.eclipse.xtext.util.formallang.Production<AbstractElement,AbstractElement>- Overrides:
getRootin classCfgAdapter
-
-