Uses of Class
com.ph.pr.parser.vbs2java.generated.dim_decl_AST

Packages that use dim_decl_AST
com.ph.pr.parser.vbs2java This package includes the VBS2Java converter and code needed during runtime by Java programs that were converted from VBScript. 
com.ph.pr.parser.vbs2java.generated   
 

Uses of dim_decl_AST in com.ph.pr.parser.vbs2java
 

Methods in com.ph.pr.parser.vbs2java with parameters of type dim_decl_AST
 void VBSVisitor.visit(dim_decl_AST node)
           
 

Uses of dim_decl_AST in com.ph.pr.parser.vbs2java.generated
 

Fields in com.ph.pr.parser.vbs2java.generated declared as dim_decl_AST
private  dim_decl_AST type_decl_AST.inst_dim_decl_AST
           
private  dim_decl_AST dim_decl_list_AST.inst_dim_decl_AST
           
private  dim_decl_AST dim_decl_list_2_AST.inst_dim_decl_AST
           
 

Methods in com.ph.pr.parser.vbs2java.generated that return dim_decl_AST
 dim_decl_AST type_decl_AST.get_dim_decl_AST()
           
 dim_decl_AST dim_decl_list_AST.get_dim_decl_AST()
           
 dim_decl_AST dim_decl_list_2_AST.get_dim_decl_AST()