Class GrammarPDAProvider.SerializerParserRuleFollowerFunction
- java.lang.Object
-
- org.eclipse.xtext.util.formallang.FollowerFunctionImpl<AbstractElement,AbstractElement>
-
- org.eclipse.xtext.serializer.analysis.GrammarPDAProvider.SerializerParserRuleFollowerFunction
-
- All Implemented Interfaces:
org.eclipse.xtext.util.formallang.FollowerFunction<AbstractElement>
- Enclosing class:
- GrammarPDAProvider
protected static class GrammarPDAProvider.SerializerParserRuleFollowerFunction extends org.eclipse.xtext.util.formallang.FollowerFunctionImpl<AbstractElement,AbstractElement>
-
-
Constructor Summary
Constructors Constructor Description SerializerParserRuleFollowerFunction(org.eclipse.xtext.util.formallang.Production<AbstractElement,AbstractElement> production)
-
Method Summary
-
Methods inherited from class org.eclipse.xtext.util.formallang.FollowerFunctionImpl
collectByParent, collectByParentSequence, collectChildren, collectChildrenAlternative, collectChildrenSequence, collectChildrenUnorderedAlt, collectElement, filter, getDirection, getFilter, getFollowers, getProduction, getStarts, getUnorderedStrategy, orderedIterable, orderedList, setDirection, setFilter, setUnorderedStrategy, toList
-
-
-
-
Constructor Detail
-
SerializerParserRuleFollowerFunction
public SerializerParserRuleFollowerFunction(org.eclipse.xtext.util.formallang.Production<AbstractElement,AbstractElement> production)
-
-