Uses of Class
openjava.ptree.VariableDeclaration

Packages that use VariableDeclaration
openjava.mop Provides classes that are fundamental to the design of the OpenJava Meta-Object Protocols (MOP).  
openjava.ptree.util   
 

Uses of VariableDeclaration in openjava.mop
 

Methods in openjava.mop with parameters of type VariableDeclaration
 Statement OJClass.expandVariableDeclaration(Environment env, VariableDeclaration decl)
           
 

Uses of VariableDeclaration in openjava.ptree.util
 

Methods in openjava.ptree.util with parameters of type VariableDeclaration
abstract  void ParseTreeVisitor.visit(VariableDeclaration p)
           
 Statement EvaluationShuttle.evaluateDown(VariableDeclaration p)
           
 Statement EvaluationShuttle.evaluateUp(VariableDeclaration p)
           
 void EvaluationShuttle.visit(VariableDeclaration p)
           
 Statement VariableBinder.evaluateDown(VariableDeclaration ptree)
           
 void SourceCodeWriter.visit(VariableDeclaration p)
           
 Statement ExpansionApplier.evaluateUp(VariableDeclaration p)
          Includes expandVariableDeclaration().