Uses of Class
org.codehaus.janino.SimpleCompiler
-
Packages that use SimpleCompiler Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of SimpleCompiler in org.codehaus.janino
Subclasses of SimpleCompiler in org.codehaus.janino Modifier and Type Class Description classClassBodyEvaluatorTheoptionalClassLoaderserves two purposes: It is used to look for classes referenced by the class body.classExpressionEvaluatorThisIExpressionEvaluatoris implemented by creating and compiling a temporary compilation unit defining one class with one static method with one RETURN statement.classScriptEvaluatorA number of "convenience constructors" exist that execute the setup steps instantly.
-