Package org.javacc.parser
Class Action
- java.lang.Object
-
- org.javacc.parser.Expansion
-
- org.javacc.parser.Action
-
public class Action extends Expansion
Describes actions that may occur on the right hand side of productions.
-
-
Field Summary
-
Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuffer
dump(int indent, java.util.Set alreadyDumped)
java.util.List<Token>
getActionTokens()
-
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
-