Uses of Class
org.codehaus.janino.util.ClassFile
Packages that use ClassFile
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of ClassFile in org.codehaus.janino
Methods in org.codehaus.janino that return ClassFileModifier and TypeMethodDescriptionCodeContext.getClassFile()
TheClassFile
this context is related to.SimpleCompiler.getClassFiles()
Methods in org.codehaus.janino with parameters of type ClassFileModifier and TypeMethodDescriptionvoid
void
Compiler.storeClassFile
(ClassFile classFile, File sourceFile) Stores the byte code of thisClassFile
in the file system.Method parameters in org.codehaus.janino with type arguments of type ClassFileModifier and TypeMethodDescriptionvoid
UnitCompiler.compileUnit
(boolean debugSource, boolean debugLines, boolean debugVars, Collection<ClassFile> generatedClassFiles) Generates a set ofClassFile
objects which represent the classes and interfaces declared in the compilation unit.Constructors in org.codehaus.janino with parameters of type ClassFileModifierConstructorDescriptionClassFileIClass
(ClassFile classFile, IClassLoader iClassLoader) CodeContext
(ClassFile classFile) Creates an empty "Code" attribute. -
Uses of ClassFile in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return ClassFileMethods in org.codehaus.janino.util with parameters of type ClassFileModifier and TypeMethodDescriptionClassFile.ConstantFieldrefInfo.getClassInfo
(ClassFile classFile) ClassFile.ConstantInterfaceMethodrefInfo.getClassInfo
(ClassFile classFile) ClassFile.ConstantMethodrefInfo.getClassInfo
(ClassFile classFile) ClassFile.ConstantValueAttribute.getConstantValue
(ClassFile classFile) ClassFile.ConstantNameAndTypeInfo.getDescriptor
(ClassFile classFile) ClassFile.FieldInfo.getDescriptor
(ClassFile classFile) ClassFile.ExceptionsAttribute.getExceptions
(ClassFile classFile) ClassFile.ConstantFieldrefInfo.getNameAndType
(ClassFile classFile) ClassFile.ConstantInterfaceMethodrefInfo.getNameAndType
(ClassFile classFile) ClassFile.ConstantMethodrefInfo.getNameAndType
(ClassFile classFile) ClassFile.SignatureAttribute.getSignature
(ClassFile classFile) abstract Object