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

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

public class postfix_expr_AST
extends java.lang.Object
implements ASTNode


Field Summary
private  func_call_AST inst_func_call_AST
           
private  postfix_expr_AST inst_postfix_expr_AST
           
private  primary_expr_AST inst_primary_expr_AST
           
private  java.util.List nodes
           
static java.lang.String PROD_1
           
static java.lang.String PROD_2
           
static java.lang.String PROD_3
           
static java.lang.String PROD_4
           
private  java.lang.String production
           
private  java.util.List terminals
           
 
Constructor Summary
postfix_expr_AST()
           
 
Method Summary
 void accept(Visitor v)
          Accept a visitor.
 func_call_AST get_func_call_AST()
           
 postfix_expr_AST get_postfix_expr_AST()
           
 primary_expr_AST get_primary_expr_AST()
           
 java.util.List getNodes()
           
 java.lang.String getProduction()
           
 java.util.List getTerminals()
           
 void set_func_call_AST(ASTNode inst_func_call_AST)
           
 void set_postfix_expr_AST(ASTNode inst_postfix_expr_AST)
           
 void set_primary_expr_AST(ASTNode inst_primary_expr_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

PROD_2

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

PROD_3

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

PROD_4

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

terminals

private java.util.List terminals

nodes

private java.util.List nodes

inst_primary_expr_AST

private primary_expr_AST inst_primary_expr_AST

inst_postfix_expr_AST

private postfix_expr_AST inst_postfix_expr_AST

inst_func_call_AST

private func_call_AST inst_func_call_AST
Constructor Detail

postfix_expr_AST

public postfix_expr_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_primary_expr_AST

public primary_expr_AST get_primary_expr_AST()

set_primary_expr_AST

public void set_primary_expr_AST(ASTNode inst_primary_expr_AST)

get_postfix_expr_AST

public postfix_expr_AST get_postfix_expr_AST()

set_postfix_expr_AST

public void set_postfix_expr_AST(ASTNode inst_postfix_expr_AST)

get_func_call_AST

public func_call_AST get_func_call_AST()

set_func_call_AST

public void set_func_call_AST(ASTNode inst_func_call_AST)