Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Method and Description |
---|---|
ClassFile[] |
UnitCompiler.compileUnit(boolean debugSource,
boolean debugLines,
boolean debugVars)
Generates an array of
ClassFile objects which represent the classes and
interfaces declared in the compilation unit. |
ClassFile |
CodeContext.getClassFile() |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.storeClassFile(ClassFile classFile,
File sourceFile)
Store the byte code of this
ClassFile in the file system. |
Constructor and Description |
---|
ClassFileIClass(ClassFile classFile,
IClassLoader iClassLoader) |
CodeContext(ClassFile classFile)
Create an empty "Code" attribute.
|
Modifier and Type | Method and Description |
---|---|
ClassFile |
ClassFile.MethodInfo.getClassFile() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
ClassFile.ConstantValuePoolInfo.getValue(ClassFile classFile) |
Copyright © 2001-2012. All Rights Reserved.