org.javacc.parser
Class Choice

java.lang.Object
  extended by org.javacc.parser.Expansion
      extended by org.javacc.parser.Choice

public class Choice
extends Expansion

Describes expansions where one of many choices is taken (c1|c2|...).


Field Summary
 java.util.Vector choices
          The list of choices of this expansion unit.
 
Fields inherited from class org.javacc.parser.Expansion
inMinimumSize, myGeneration, nextGenerationIndex, parent
 
Constructor Summary
Choice()
           
 
Method Summary
 
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

choices

public java.util.Vector choices
The list of choices of this expansion unit. Each Vector component will narrow to ExpansionUnit.

Constructor Detail

Choice

public Choice()