|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassFile | |
---|---|
org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
org.codehaus.janino.util | Application-independent helper classes. |
Uses of ClassFile in org.codehaus.janino |
---|
Methods in org.codehaus.janino that return ClassFile | |
---|---|
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()
|
Methods in org.codehaus.janino with parameters of type ClassFile | |
---|---|
void |
Compiler.storeClassFile(ClassFile classFile,
java.io.File sourceFile)
Store the byte code of this ClassFile in the file system. |
Constructors in org.codehaus.janino with parameters of type ClassFile | |
---|---|
ClassFileIClass(ClassFile classFile,
IClassLoader iClassLoader)
|
|
CodeContext(ClassFile classFile)
Create an empty "Code" attribute. |
Uses of ClassFile in org.codehaus.janino.util |
---|
Methods in org.codehaus.janino.util that return ClassFile | |
---|---|
ClassFile |
ClassFile.MethodInfo.getClassFile()
|
Methods in org.codehaus.janino.util with parameters of type ClassFile | |
---|---|
abstract java.lang.Object |
ClassFile.ConstantValuePoolInfo.getValue(ClassFile classFile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |