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.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Java.MethodInvocation
Representation of a JLS7 15.12 'method invocation expression'.
|
static class |
Java.SuperclassMethodInvocation
Representation of a JLS7 15.12.1.1.3 'superclass method invocation'.
|
Modifier and Type | Method and Description |
---|---|
private void |
UnitCompiler.checkThrownExceptions(Java.Invocation in,
IClass.IMethod iMethod) |
private IClass.IMethod |
UnitCompiler.findIMethod(IClass targetType,
Java.Invocation invocation)
Find a
IClass.IMethod in the given targetType , its superclasses or superinterfaces with the
given name and for the given arguments . |
Modifier and Type | Method and Description |
---|---|
(package private) void |
JGrep.MethodInvocationTarget.apply(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method) |
boolean |
JGrep.MethodInvocationPredicate.evaluate(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method) |
void |
JGrep.MethodInvocationAction.execute(UnitCompiler uc,
Java.Invocation invocation,
IClass.IMethod method)
Executes some action for a method invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseInvocation(Java.Invocation i) |