org.javacc.parser
Class Action

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

public class Action
extends Expansion

Describes actions that may occur on the right hand side of productions.


Field Summary
 java.util.Vector action_tokens
          Contains the list of tokens that make up the action.
 
Fields inherited from class org.javacc.parser.Expansion
inMinimumSize, myGeneration, nextGenerationIndex, parent
 
Constructor Summary
Action()
           
 
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

action_tokens

public java.util.Vector action_tokens
Contains the list of tokens that make up the action. This list does not include the surrounding braces.

Constructor Detail

Action

public Action()