Package org.javacc.parser
Class RSequence
- java.lang.Object
-
- org.javacc.parser.Expansion
-
- org.javacc.parser.RegularExpression
-
- org.javacc.parser.RSequence
-
public class RSequence extends RegularExpression
Describes regular expressions which are sequences of other regular expressions.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<? super java.lang.Object>
units
The 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nfa
GenerateNfa(boolean ignoreCase)
-
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar, dump
-
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
-
-
-
Method Detail
-
GenerateNfa
public Nfa GenerateNfa(boolean ignoreCase)
- Specified by:
GenerateNfa
in classRegularExpression
-
-