|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javacc.parser.NormalProduction
public class NormalProduction
Describes JavaCC productions.
Field Summary | |
---|---|
int |
column
The line and column number of the construct that corresponds most closely to this node. |
Expansion |
expansion
The RHS of this production. |
Token |
firstToken
The first and last tokens from the input stream that represent this production. |
Token |
lastToken
The first and last tokens from the input stream that represent this production. |
java.lang.String |
lhs
The name of the non-terminal of this production. |
int |
line
The line and column number of the construct that corresponds most closely to this node. |
java.util.Vector |
parameter_list_tokens
The tokens that make up the parameters of this production. |
java.util.Vector |
return_type_tokens
The tokens that make up the return type of this production. |
java.util.Vector |
throws_list
Each entry in this vector is a vector of tokens that represents an exception in the throws list of this production. |
Constructor Summary | |
---|---|
NormalProduction()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int line
public int column
public java.lang.String lhs
public java.util.Vector return_type_tokens
public java.util.Vector parameter_list_tokens
public java.util.Vector throws_list
public Expansion expansion
public Token firstToken
public Token lastToken
Constructor Detail |
---|
public NormalProduction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |