|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javacc.parser.NormalProduction
org.javacc.parser.BNFProduction
public class BNFProduction
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 |
|---|
public java.util.Vector declaration_tokens
public boolean jumpPatched
| Constructor Detail |
|---|
public BNFProduction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||