Class CUP$CoolParser$actions
java.lang.Object
  
CUP$CoolParser$actions
 class CUP$CoolParser$actions
- extends java.lang.Object
 
Cup generated class to encapsulate user supplied action code.
 
 
| 
Method Summary | 
 java_cup.runtime.Symbol | 
CUP$CoolParser$do_action(int CUP$CoolParser$act_num,
                         java_cup.runtime.lr_parser CUP$CoolParser$parser,
                         java.util.Stack CUP$CoolParser$stack,
                         int CUP$CoolParser$top)
 
          Method with the actual generated action code. | 
(package private)  AbstractSymbol | 
curr_filename()
 
            | 
(package private)  int | 
curr_lineno()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
parser
private final CoolParser parser
CUP$CoolParser$actions
CUP$CoolParser$actions(CoolParser parser)
- Constructor
 
curr_lineno
int curr_lineno()
 
curr_filename
AbstractSymbol curr_filename()
 
CUP$CoolParser$do_action
public final java_cup.runtime.Symbol CUP$CoolParser$do_action(int CUP$CoolParser$act_num,
                                                              java_cup.runtime.lr_parser CUP$CoolParser$parser,
                                                              java.util.Stack CUP$CoolParser$stack,
                                                              int CUP$CoolParser$top)
                                                       throws java.lang.Exception
- Method with the actual generated action code.
- Throws:
 java.lang.Exception