Package nlScript.ebnf
Class Repeat
java.lang.Object
nlScript.ebnf.Rule
nlScript.ebnf.Repeat
- All Implemented Interfaces:
Generatable,RepresentsSymbol
-
Field Summary
Fields inherited from class nlScript.ebnf.Rule
children, parsedChildNames, productions, tgt, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nlScript.ebnf.Rule
addProduction, generate, getAutocompleter, getChildGenerator, getChildGeneratorHints, getChildIndexForName, getChildren, getEvaluator, getGenerator, getGeneratorHints, getOnSuccessfulParsed, getParsedNameForChild, getRepresentedSymbol, getSymbols, getTarget, hasParsedName, onSuccessfulParsed, setAutocompleter, setChildGeneratorHints, setEvaluator, setGenerator, setGeneratorHints, setParsedChildNames, withName, withName
-
Constructor Details
-
Repeat
-
-
Method Details
-
getFrom
public int getFrom() -
getTo
public int getTo() -
getEntry
-
createBNF
-
getDefaultGenerator
- Specified by:
getDefaultGeneratorin classRule
-