Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IClass.IMethod[] |
IClass.declaredIMethods |
static IClass.IMethod[] |
IClass.NO_IMETHODS |
Modifier and Type | Method and Description |
---|---|
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(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(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) |
Modifier and Type | Method and Description |
---|---|
boolean |
JGrep.MethodInvocationPredicate.evaluate(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method) |
void |
JGrep.MethodInvocationAction.execute(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method) |
Copyright © 2001-2013. All Rights Reserved.