Uses of Class
org.codehaus.janino.UnitCompiler
-
Packages that use UnitCompiler 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. -
-
Uses of UnitCompiler in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type UnitCompiler Modifier and Type Field Description private java.util.List<UnitCompiler>
Compiler. parsedCompilationUnits
private java.util.Set<UnitCompiler>
JavaSourceIClassLoader. unitCompilers
Collection of parsed compilation units.Methods in org.codehaus.janino that return types with arguments of type UnitCompiler Modifier and Type Method Description java.util.Set<UnitCompiler>
JavaSourceIClassLoader. getUnitCompilers()
Returns the set ofUnitCompiler
s that were created so far. -
Uses of UnitCompiler in org.codehaus.janino.tools
Fields in org.codehaus.janino.tools with type parameters of type UnitCompiler Modifier and Type Field Description private java.util.List<UnitCompiler>
JGrep. parsedCompilationUnits
Methods in org.codehaus.janino.tools with parameters of type UnitCompiler Modifier and Type Method 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.
-