Uses of Class
koala.dynamicjava.tree.MethodDeclaration

Packages that use MethodDeclaration
koala.dynamicjava.classinfo Contains all the classes and interfaces for using reflection on Java or interpreted classes. 
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
koala.dynamicjava.interpreter.context Provides the classes that hold the context of execution. 
koala.dynamicjava.parser Provides the classes that compose the default parser for the language. 
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
koala.dynamicjava.util Contains miscellaneous utility classes. 
 

Uses of MethodDeclaration in koala.dynamicjava.classinfo
 

Methods in koala.dynamicjava.classinfo that return MethodDeclaration
 MethodDeclaration TreeMethodInfo.getMethodDeclaration()
          Returns the method declaration
 

Methods in koala.dynamicjava.classinfo with parameters of type MethodDeclaration
 MethodInfo TreeClassInfo.getMethod(MethodDeclaration node)
          Returns the method represented by the given node
 

Constructors in koala.dynamicjava.classinfo with parameters of type MethodDeclaration
TreeMethodInfo(MethodDeclaration f, ClassFinder cf, ClassInfo dc)
          Creates a new method info
 

Uses of MethodDeclaration in koala.dynamicjava.interpreter
 

Methods in koala.dynamicjava.interpreter with parameters of type MethodDeclaration
 java.lang.Object TypeChecker.visit(MethodDeclaration node)
          Visits a MethodDeclaration
 void TreeInterpreter.registerMethod(java.lang.String sig, MethodDeclaration md, ImportationManager im)
          Registers a method.
 java.lang.Object ClassInfoCompiler.MembersVisitor.visit(MethodDeclaration node)
          Visits a MethodDeclaration
 

Uses of MethodDeclaration in koala.dynamicjava.interpreter.context
 

Methods in koala.dynamicjava.interpreter.context that return MethodDeclaration
 MethodDeclaration GlobalContext.lookupFunction(java.lang.String mname, java.lang.Class[] params)
          Looks for a function
 MethodDeclaration Context.lookupFunction(java.lang.String mname, java.lang.Class[] params)
          Looks for a function
 

Methods in koala.dynamicjava.interpreter.context with parameters of type MethodDeclaration
 void StaticContext.defineFunction(MethodDeclaration node)
          Defines a MethodDeclaration as a function
 void GlobalContext.defineFunction(MethodDeclaration node)
          Defines a MethodDeclaration as a function
 void Context.defineFunction(MethodDeclaration node)
          Defines a MethodDeclaration as a function
 

Uses of MethodDeclaration in koala.dynamicjava.parser
 

Methods in koala.dynamicjava.parser that return MethodDeclaration
 MethodDeclaration Parser.methodDeclaration()
          Parses a method declaration
 

Uses of MethodDeclaration in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type MethodDeclaration
 java.lang.Object VisitorObject.visit(MethodDeclaration node)
          Visits a MethodDeclaration
 java.lang.Object Visitor.visit(MethodDeclaration node)
          Visits a MethodDeclaration
 

Uses of MethodDeclaration in koala.dynamicjava.util
 

Methods in koala.dynamicjava.util with parameters of type MethodDeclaration
 java.lang.Object DisplayVisitor.visit(MethodDeclaration node)
          Visits a MethodDeclaration
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.