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 |
---|---|
private java.util.List<UnitCompiler> |
Compiler.parsedCompilationUnits |
private java.util.Set<UnitCompiler> |
JavaSourceIClassLoader.unitCompilers
Collection of parsed compilation units.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<UnitCompiler> |
JavaSourceIClassLoader.getUnitCompilers()
Returns the set of
UnitCompiler s that were created so far. |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UnitCompiler> |
JGrep.parsedCompilationUnits |
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.
|