Uses of Class
org.codehaus.janino.util.ClassFile
-
Packages that use ClassFile 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. -
-
Uses of ClassFile in org.codehaus.janino
Methods in org.codehaus.janino that return ClassFile Modifier and Type Method Description ClassFile[]UnitCompiler. compileUnit(boolean debugSource, boolean debugLines, boolean debugVars)Generates an array ofClassFileobjects which represent the classes and interfaces declared in the compilation unit.ClassFileCodeContext. getClassFile()TheClassFilethis context is related to.Methods in org.codehaus.janino with parameters of type ClassFile Modifier and Type Method Description voidCompiler. storeClassFile(ClassFile classFile, File sourceFile)Store the byte code of thisClassFilein the file system.Constructors in org.codehaus.janino with parameters of type ClassFile Constructor Description ClassFileIClass(ClassFile classFile, IClassLoader iClassLoader)CodeContext(ClassFile classFile, String functionName)Creates an empty "Code" attribute. -
Uses of ClassFile in org.codehaus.janino.util
Methods in org.codehaus.janino.util that return ClassFile Modifier and Type Method Description ClassFileClassFile.MethodInfo. getClassFile()Methods in org.codehaus.janino.util with parameters of type ClassFile Modifier and Type Method Description ClassFile.ConstantValuePoolInfoClassFile.ConstantValueAttribute. getConstantValue(ClassFile classFile)StringClassFile.ConstantNameAndTypeInfo. getDescriptor(ClassFile classFile)StringClassFile.FieldInfo. getDescriptor(ClassFile classFile)ClassFile.ConstantClassInfo[]ClassFile.ExceptionsAttribute. getExceptions(ClassFile classFile)StringClassFile.ConstantClassInfo. getName(ClassFile classFile)StringClassFile.FieldInfo. getName(ClassFile classFile)ClassFile.ConstantNameAndTypeInfoClassFile.ConstantFieldrefInfo. getNameAndType(ClassFile classFile)ClassFile.ConstantNameAndTypeInfoClassFile.ConstantInterfaceMethodrefInfo. getNameAndType(ClassFile classFile)ClassFile.ConstantNameAndTypeInfoClassFile.ConstantMethodrefInfo. getNameAndType(ClassFile classFile)abstract ObjectClassFile.ConstantValuePoolInfo. getValue(ClassFile classFile)
-