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