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 |
static class |
Java.SuperclassMethodInvocation |
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) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseInvocation(Java.Invocation i) |
Copyright © 2001-2014. All Rights Reserved.