|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInfo | |
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. |
Uses of MethodInfo in koala.dynamicjava.classinfo |
Classes in koala.dynamicjava.classinfo that implement MethodInfo | |
class |
JavaMethodInfo
The instances of this class provides informations about class methods compiled to JVM bytecode. |
class |
TreeMethodInfo
The instances of this class provides informations about class methods not yet compiled to JVM bytecode. |
Methods in koala.dynamicjava.classinfo that return MethodInfo | |
MethodInfo |
TreeClassInfo.getMethod(MethodDeclaration node)
Returns the method represented by the given node |
MethodInfo[] |
TreeClassInfo.getMethods()
Returns the method infos for the current class |
MethodInfo[] |
JavaClassInfo.getMethods()
Returns the method infos for the current class |
static MethodInfo |
ClassInfoUtilities.lookupMethod(ClassInfo cl,
java.lang.String name,
ClassInfo[] ac)
Looks for a method in the given class or in super classes of this class. |
static MethodInfo |
ClassInfoUtilities.lookupOuterMethod(ClassInfo cl,
java.lang.String name,
ClassInfo[] ac)
Looks up for a method in an outer classes of this class. |
MethodInfo[] |
ClassInfo.getMethods()
Returns the method infos for the current class |
Uses of MethodInfo in koala.dynamicjava.interpreter |
Methods in koala.dynamicjava.interpreter with parameters of type MethodInfo | |
protected boolean |
ClassInfoCompiler.MembersVisitor.isRedefinedMethod(MethodInfo m)
Whether the given method is a redefinition |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |