|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClass.IMethod | |
---|---|
org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
org.codehaus.janino.tools | Auxiliary command line tools related to JANINO. |
Uses of IClass.IMethod in org.codehaus.janino |
---|
Fields in org.codehaus.janino declared as IClass.IMethod | |
---|---|
protected IClass.IMethod[] |
IClass.declaredIMethods
|
static IClass.IMethod[] |
IClass.NO_IMETHODS
|
Methods in org.codehaus.janino that return IClass.IMethod | |
---|---|
IClass.IMethod |
UnitCompiler.findIMethod(Java.MethodInvocation mi)
Find named methods of "targetType", examine the argument types and choose the most specific method. |
IClass.IMethod |
UnitCompiler.findIMethod(Java.SuperclassMethodInvocation scmi)
|
IClass.IMethod |
IClass.findIMethod(java.lang.String methodName,
IClass[] parameterTypes)
|
IClass.IMethod[] |
IClass.getDeclaredIMethods()
Returns the methods of the class or interface (but not inherited methods). Returns an empty array for an array, primitive type or "void". |
IClass.IMethod[] |
IClass.getDeclaredIMethods(java.lang.String methodName)
Returns all methods with the given name declared in the class or interface (but not inherited methods). Returns an empty array if no methods with that name are declared. |
protected abstract IClass.IMethod[] |
IClass.getDeclaredIMethods2()
|
protected IClass.IMethod[] |
ClassFileIClass.getDeclaredIMethods2()
|
IClass.IMethod[] |
IClass.getIMethods()
Returns all methods declared in the class or interface, its superclasses and its superinterfaces. |
IClass.IMethod |
UnitCompiler.toIMethod(Java.MethodDeclarator md)
|
Uses of IClass.IMethod in org.codehaus.janino.tools |
---|
Methods in org.codehaus.janino.tools with parameters of type IClass.IMethod | |
---|---|
boolean |
JGrep.MethodInvocationPredicate.evaluate(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method)
|
void |
JGrep.MethodInvocationAction.execute(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |