Uses of Class
openjava.ptree.MethodDeclaration

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

Uses of MethodDeclaration in openjava.mop
 

Methods in openjava.mop that return MethodDeclaration
 MethodDeclaration OJMethod.getSourceCode()
           
 

Constructors in openjava.mop with parameters of type MethodDeclaration
OJMethod(Environment env, OJClass declarer, MethodDeclaration d)
           
 

Uses of MethodDeclaration in openjava.ptree.util
 

Methods in openjava.ptree.util with parameters of type MethodDeclaration
abstract  void ParseTreeVisitor.visit(MethodDeclaration p)
           
 MemberDeclaration EvaluationShuttle.evaluateDown(MethodDeclaration p)
           
 MemberDeclaration EvaluationShuttle.evaluateUp(MethodDeclaration p)
           
 void EvaluationShuttle.visit(MethodDeclaration p)
           
 MemberDeclaration ScopeHandler.evaluateDown(MethodDeclaration ptree)
           
 MemberDeclaration ScopeHandler.evaluateUp(MethodDeclaration ptree)
           
 void TypeNameQualifier.visit(MethodDeclaration m)
           
 void SourceCodeWriter.visit(MethodDeclaration p)