org.javacc.parser
Class BNFProduction

java.lang.Object
  extended by org.javacc.parser.NormalProduction
      extended by org.javacc.parser.BNFProduction

public class BNFProduction
extends NormalProduction

Describes BNF productions.


Field Summary
 java.util.Vector declaration_tokens
          The declarations of this production.
 boolean jumpPatched
          This flag keeps track of whether or not return and throw statements have been patched within this production's actions to include a preceding "if (true)".
 
Fields inherited from class org.javacc.parser.NormalProduction
column, expansion, firstToken, lastToken, lhs, line, parameter_list_tokens, return_type_tokens, throws_list
 
Constructor Summary
BNFProduction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

declaration_tokens

public java.util.Vector declaration_tokens
The declarations of this production.


jumpPatched

public boolean jumpPatched
This flag keeps track of whether or not return and throw statements have been patched within this production's actions to include a preceding "if (true)".

Constructor Detail

BNFProduction

public BNFProduction()