Package org.javacc.parser
Class RSequence
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RSequence
Describes regular expressions which are sequences of
other regular expressions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of units in this regular expression sequence.Fields inherited from class org.javacc.parser.RegularExpression
label, lhsTokens, private_rexp, rhsToken, tpContext
Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Method Summary
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar, dump
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
Field Details
-
units
The list of units in this regular expression sequence. Each list component will narrow to RegularExpression.
-
-
Method Details
-
GenerateNfa
- Specified by:
GenerateNfa
in classRegularExpression
-