Interface Production<ELEMENT,TOKEN>
-
- All Known Subinterfaces:
Cfg<ELEMENT,TOKEN>
- All Known Implementing Classes:
NfaToProduction.AliasGrammarProvider,StringCfg,StringProduction
public interface Production<ELEMENT,TOKEN>Production Rule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<ELEMENT>getAlternativeChildren(ELEMENT ele)ELEMENTgetParent(ELEMENT ele)ELEMENTgetRoot()java.lang.Iterable<ELEMENT>getSequentialChildren(ELEMENT ele)TOKENgetToken(ELEMENT owner)java.lang.Iterable<ELEMENT>getUnorderedChildren(ELEMENT ele)booleanisMany(ELEMENT ele)booleanisOptional(ELEMENT ele)
-