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