Uses of Class
openjava.ptree.VariableDeclarator

Packages that use VariableDeclarator
openjava.ptree   
openjava.ptree.util   
 

Uses of VariableDeclarator in openjava.ptree
 

Methods in openjava.ptree that return VariableDeclarator
 VariableDeclarator VariableDeclaration.getVariableDeclarator()
          Gets the variable declarator of this variable declaration.
 VariableDeclarator FieldDeclaration.getVariableDeclarator()
          Gets variable declarator of this field
 VariableDeclarator[] ForStatement.getInitDecls()
          Gets the initialization part of this for-statement.
 

Methods in openjava.ptree with parameters of type VariableDeclarator
 void VariableDeclaration.setVariableDeclarator(VariableDeclarator vdeclr)
          Sets the variable declarator of this variable declaration.
 void FieldDeclaration.setVariableDeclarator(VariableDeclarator vdeclr)
          Sets type specifier of this field variable.
 void ForStatement.setInitDecl(TypeName type_specifier, VariableDeclarator[] init)
          Sets the initialization part of this for-statement.
 

Constructors in openjava.ptree with parameters of type VariableDeclarator
VariableDeclaration(ModifierList modifs, TypeName typespec, VariableDeclarator vdeclr)
          Allocates a new object.
VariableDeclaration(TypeName typespec, VariableDeclarator vdeclr)
          Allocates a new object.
FieldDeclaration(ModifierList e0, TypeName e1, VariableDeclarator e2)
          Allocates this object
ForStatement(TypeName tspec, VariableDeclarator[] vdecls, Expression expr, ExpressionList iterator, StatementList stmts)
           
 

Uses of VariableDeclarator in openjava.ptree.util
 

Methods in openjava.ptree.util that return VariableDeclarator
 VariableDeclarator EvaluationShuttle.evaluateDown(VariableDeclarator p)
           
 VariableDeclarator EvaluationShuttle.evaluateUp(VariableDeclarator p)
           
 

Methods in openjava.ptree.util with parameters of type VariableDeclarator
abstract  void ParseTreeVisitor.visit(VariableDeclarator p)
           
 VariableDeclarator EvaluationShuttle.evaluateDown(VariableDeclarator p)
           
 VariableDeclarator EvaluationShuttle.evaluateUp(VariableDeclarator p)
           
 void EvaluationShuttle.visit(VariableDeclarator p)
           
 void SourceCodeWriter.visit(VariableDeclarator p)