Class CUP$ASTParser$actions

java.lang.Object
  extended by CUP$ASTParser$actions

 class CUP$ASTParser$actions
extends java.lang.Object

Cup generated class to encapsulate user supplied action code.


Field Summary
(package private)  java.lang.Integer curr_lineno
           
private  ASTParser parser
           
 
Constructor Summary
CUP$ASTParser$actions(ASTParser parser)
          Constructor
 
Method Summary
 java_cup.runtime.Symbol CUP$ASTParser$do_action(int CUP$ASTParser$act_num, java_cup.runtime.lr_parser CUP$ASTParser$parser, java.util.Stack CUP$ASTParser$stack, int CUP$ASTParser$top)
          Method with the actual generated action code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curr_lineno

java.lang.Integer curr_lineno

parser

private final ASTParser parser
Constructor Detail

CUP$ASTParser$actions

CUP$ASTParser$actions(ASTParser parser)
Constructor

Method Detail

CUP$ASTParser$do_action

public final java_cup.runtime.Symbol CUP$ASTParser$do_action(int CUP$ASTParser$act_num,
                                                             java_cup.runtime.lr_parser CUP$ASTParser$parser,
                                                             java.util.Stack CUP$ASTParser$stack,
                                                             int CUP$ASTParser$top)
                                                      throws java.lang.Exception
Method with the actual generated action code.

Throws:
java.lang.Exception