| Modifier and Type | Method and Description |
|---|---|
java_cup.runtime.Symbol |
qq_decl()
Parse the input as an
ClassDecl. |
java_cup.runtime.Symbol |
qq_expr()
Parse the input as an
Expr. |
java_cup.runtime.Symbol |
qq_file()
Parse the input as an
SourceFile. |
java_cup.runtime.Symbol |
qq_member()
Parse the input as an
ClassMember. |
java_cup.runtime.Symbol |
qq_stmt()
Parse the input as an
Stmt. |
java_cup.runtime.Symbol |
qq_type()
Parse the input as an
TypeNode. |
java_cup.runtime.Symbol qq_expr()
throws java.lang.Exception
Expr.java.lang.Exceptionjava_cup.runtime.Symbol qq_stmt()
throws java.lang.Exception
Stmt.java.lang.Exceptionjava_cup.runtime.Symbol qq_type()
throws java.lang.Exception
TypeNode.java.lang.Exceptionjava_cup.runtime.Symbol qq_decl()
throws java.lang.Exception
ClassDecl.java.lang.Exceptionjava_cup.runtime.Symbol qq_file()
throws java.lang.Exception
SourceFile.java.lang.Exceptionjava_cup.runtime.Symbol qq_member()
throws java.lang.Exception
ClassMember.java.lang.Exception