com.ph.pr.parser.vbs2java.generated
Class formal_declarator_AST

java.lang.Object
  extended by com.ph.pr.parser.vbs2java.generated.formal_declarator_AST
All Implemented Interfaces:
ASTNode, Hospitable

public class formal_declarator_AST
extends java.lang.Object
implements ASTNode


Field Summary
private  as_opt_AST inst_as_opt_AST
           
private  by_opt_AST inst_by_opt_AST
           
private  parens_opt_AST inst_parens_opt_AST
           
private  java.util.List nodes
           
static java.lang.String PROD_1
           
private  java.lang.String production
           
private  java.util.List terminals
           
 
Constructor Summary
formal_declarator_AST()
           
 
Method Summary
 void accept(Visitor v)
          Accept a visitor.
 as_opt_AST get_as_opt_AST()
           
 by_opt_AST get_by_opt_AST()
           
 parens_opt_AST get_parens_opt_AST()
           
 java.util.List getNodes()
           
 java.lang.String getProduction()
           
 java.util.List getTerminals()
           
 void set_as_opt_AST(ASTNode inst_as_opt_AST)
           
 void set_by_opt_AST(ASTNode inst_by_opt_AST)
           
 void set_parens_opt_AST(ASTNode inst_parens_opt_AST)
           
 void setProduction(java.lang.String production)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

production

private java.lang.String production

PROD_1

public static final java.lang.String PROD_1
See Also:
Constant Field Values

terminals

private java.util.List terminals

nodes

private java.util.List nodes

inst_by_opt_AST

private by_opt_AST inst_by_opt_AST

inst_as_opt_AST

private as_opt_AST inst_as_opt_AST

inst_parens_opt_AST

private parens_opt_AST inst_parens_opt_AST
Constructor Detail

formal_declarator_AST

public formal_declarator_AST()
Method Detail

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_by_opt_AST

public by_opt_AST get_by_opt_AST()

set_by_opt_AST

public void set_by_opt_AST(ASTNode inst_by_opt_AST)

get_as_opt_AST

public as_opt_AST get_as_opt_AST()

set_as_opt_AST

public void set_as_opt_AST(ASTNode inst_as_opt_AST)

get_parens_opt_AST

public parens_opt_AST get_parens_opt_AST()

set_parens_opt_AST

public void set_parens_opt_AST(ASTNode inst_parens_opt_AST)