| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| Modifier and Type | Field and Description |
|---|---|
private CodeContext |
UnitCompiler.codeContext |
| Modifier and Type | Method and Description |
|---|---|
CodeContext |
CodeContext.Offset.getCodeContext() |
private CodeContext |
UnitCompiler.replaceCodeContext(CodeContext newCodeContext) |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
Padder(CodeContext codeContext) |