Uses of Class
org.codehaus.janino.CodeContext
-
Packages that use CodeContext Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of CodeContext in org.codehaus.janino
Fields in org.codehaus.janino declared as CodeContext Modifier and Type Field Description private CodeContext
UnitCompiler. codeContext
Methods in org.codehaus.janino that return CodeContext Modifier and Type Method Description CodeContext
CodeContext.Offset. getCodeContext()
private CodeContext
UnitCompiler. replaceCodeContext(CodeContext newCodeContext)
Methods in org.codehaus.janino with parameters of type CodeContext Modifier and Type Method Description private static void
UnitCompiler. makeLocalVariableNames(CodeContext cc, ClassFile.MethodInfo mi)
Makes the variable name and class name Constant Pool names used by local variables.private CodeContext
UnitCompiler. replaceCodeContext(CodeContext newCodeContext)
Constructors in org.codehaus.janino with parameters of type CodeContext Constructor Description Padder(CodeContext codeContext)
-