org.javacc.parser
Class RSequence

java.lang.Object
  extended by org.javacc.parser.Expansion
      extended by org.javacc.parser.RegularExpression
          extended by org.javacc.parser.RSequence

public class RSequence
extends RegularExpression

Describes regular expressions which are sequences of other regular expressions.


Field Summary
 java.util.Vector units
          The list of units in this regular expression sequence.
 
Fields inherited from class org.javacc.parser.RegularExpression
label, lhsTokens, private_rexp, tpContext
 
Fields inherited from class org.javacc.parser.Expansion
inMinimumSize, myGeneration, nextGenerationIndex, parent
 
Method Summary
 Nfa GenerateNfa(boolean ignoreCase)
           
 
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar
 
Methods inherited from class org.javacc.parser.Expansion
hashCode, reInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

units

public java.util.Vector units
The list of units in this regular expression sequence. Each Vector component will narrow to RegularExpression.

Method Detail

GenerateNfa

public Nfa GenerateNfa(boolean ignoreCase)
Specified by:
GenerateNfa in class RegularExpression