com.ph.pr.parser.vbs2java.generated
Class redim_decl_list_AST
java.lang.Object
com.ph.pr.parser.vbs2java.generated.redim_decl_list_AST
- All Implemented Interfaces:
- ASTNode, Hospitable
public class redim_decl_list_AST
- extends java.lang.Object
- implements ASTNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
production
private java.lang.String production
PROD_1
public static final java.lang.String PROD_1
- See Also:
- Constant Field Values
PROD_2
public static final java.lang.String PROD_2
- See Also:
- Constant Field Values
terminals
private java.util.List terminals
nodes
private java.util.List nodes
inst_redim_decl_AST
private redim_decl_AST inst_redim_decl_AST
inst_redim_decl_list_AST
private redim_decl_list_AST inst_redim_decl_list_AST
inst_redim_decl_list_2_AST
private redim_decl_list_2_AST inst_redim_decl_list_2_AST
redim_decl_list_AST
public redim_decl_list_AST()
getProduction
public java.lang.String getProduction()
- Specified by:
getProduction
in interface ASTNode
setProduction
public void setProduction(java.lang.String production)
- Specified by:
setProduction
in interface ASTNode
getTerminals
public java.util.List getTerminals()
- Specified by:
getTerminals
in interface ASTNode
getNodes
public java.util.List getNodes()
- Specified by:
getNodes
in interface ASTNode
accept
public void accept(Visitor v)
- Description copied from interface:
Hospitable
- Accept a visitor.
- Specified by:
accept
in interface ASTNode
- Specified by:
accept
in interface Hospitable
- Parameters:
v
- The visitor to accept
get_redim_decl_AST
public redim_decl_AST get_redim_decl_AST()
set_redim_decl_AST
public void set_redim_decl_AST(ASTNode inst_redim_decl_AST)
get_redim_decl_list_AST
public redim_decl_list_AST get_redim_decl_list_AST()
set_redim_decl_list_AST
public void set_redim_decl_list_AST(ASTNode inst_redim_decl_list_AST)
get_redim_decl_list_2_AST
public redim_decl_list_2_AST get_redim_decl_list_2_AST()
set_redim_decl_list_2_AST
public void set_redim_decl_list_2_AST(ASTNode inst_redim_decl_list_2_AST)