Uses of Class
org.codehaus.janino.util.ClassFile
-
Packages that use ClassFile Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile in org.codehaus.janino
Fields in org.codehaus.janino declared as ClassFile Modifier and Type Field Description private ClassFileClassFileIClass. classFileprivate ClassFileCodeContext. classFileFields in org.codehaus.janino with type parameters of type ClassFile Modifier and Type Field Description private java.util.Collection<ClassFile>SimpleCompiler. classFilesNullbefore cooking, non-nullafter cooking.Methods in org.codehaus.janino that return ClassFile Modifier and Type Method Description ClassFileCodeContext. getClassFile()TheClassFilethis context is related to.ClassFile[]SimpleCompiler. getClassFiles()private ClassFileUnitCompiler. newClassFile(short accessFlags, IClass iClass, IClass superclass, IClass[] interfaces)Methods in org.codehaus.janino that return types with arguments of type ClassFile Modifier and Type Method Description private java.util.Collection<ClassFile>SimpleCompiler. assertCooked()Methods in org.codehaus.janino with parameters of type ClassFile Modifier and Type Method Description private voidUnitCompiler. addClassFile(ClassFile cf)Adds the givenClassFileto the result set.private voidUnitCompiler. addFields(Java.FieldDeclaration fd, ClassFile cf)Creates and addsClassFile.FieldInfos to the cf for all fields declared by the fd.private static ClassFile.MethodInfoUnitCompiler. addMethodInfo(Java.Locatable locatable, ClassFile classFile, short accessFlags, java.lang.String methodName, MethodDescriptor methodMd)private voidUnitCompiler. compile(Java.FunctionDeclarator fd, ClassFile classFile)private voidUnitCompiler. compile2(Java.FunctionDeclarator fd, ClassFile classFile)private voidUnitCompiler. compileAnnotations(Java.Annotation[] annotations, Annotatable target, ClassFile cf)Converts and adds the annotations to the target.private voidUnitCompiler. compileDeclaredMemberTypes(Java.TypeDeclaration decl, ClassFile cf)Compiles all of the types for this declarationprivate voidUnitCompiler. compileDeclaredMethods(Java.TypeDeclaration typeDeclaration, ClassFile cf)Compiles all of the methods for this declarationprivate voidUnitCompiler. compileDeclaredMethods(Java.TypeDeclaration typeDeclaration, ClassFile cf, int startPos)Compiles methods for this declaration starting at startPos.private ClassFile.ElementValueUnitCompiler. compileElementValue(Java.ElementValue elementValue, ClassFile cf, boolean compileAsArray)voidUnitCompiler.ClassFileConsumer. consume(ClassFile classFile)private voidUnitCompiler. generateBridgeMethod(ClassFile cf, IClass declaringIClass, IClass.IMethod base, IClass.IMethod override)Generates and compiles a bridge method with signature base that delegates to override.private voidUnitCompiler. maybeCreateInitMethod(Java.TypeDeclaration td, ClassFile cf, java.util.List<Java.BlockStatement> statements)Creates class/interface initialization method iff there is any initialization code.voidCompiler. storeClassFile(ClassFile classFile, java.io.File sourceFile)Stores the byte code of thisClassFilein the file system.Method parameters in org.codehaus.janino with type arguments of type ClassFile Modifier and Type Method Description voidUnitCompiler. compileUnit(boolean debugSource, boolean debugLines, boolean debugVars, java.util.Collection<ClassFile> generatedClassFiles)Generates a set ofClassFileobjects which represent the classes and interfaces declared in the compilation unit.Constructors in org.codehaus.janino with parameters of type ClassFile Constructor Description ClassFileIClass(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 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.ConstantClassInfoClassFile.ConstantFieldrefInfo. getClassInfo(ClassFile classFile)ClassFile.ConstantClassInfoClassFile.ConstantInterfaceMethodrefInfo. getClassInfo(ClassFile classFile)ClassFile.ConstantClassInfoClassFile.ConstantMethodrefInfo. getClassInfo(ClassFile classFile)ClassFile.ConstantValuePoolInfoClassFile.ConstantValueAttribute. getConstantValue(ClassFile classFile)java.lang.StringClassFile.ConstantNameAndTypeInfo. getDescriptor(ClassFile classFile)java.lang.StringClassFile.FieldInfo. getDescriptor(ClassFile classFile)ClassFile.ConstantClassInfo[]ClassFile.ExceptionsAttribute. getExceptions(ClassFile classFile)java.lang.StringClassFile.ConstantClassInfo. getName(ClassFile classFile)java.lang.StringClassFile.ConstantNameAndTypeInfo. getName(ClassFile classFile)java.lang.StringClassFile.FieldInfo. getName(ClassFile classFile)ClassFile.ConstantNameAndTypeInfoClassFile.ConstantFieldrefInfo. getNameAndType(ClassFile classFile)ClassFile.ConstantNameAndTypeInfoClassFile.ConstantInterfaceMethodrefInfo. getNameAndType(ClassFile classFile)ClassFile.ConstantNameAndTypeInfoClassFile.ConstantMethodrefInfo. getNameAndType(ClassFile classFile)java.lang.StringClassFile.SignatureAttribute. getSignature(ClassFile classFile)java.lang.ObjectClassFile.ConstantDoubleInfo. getValue(ClassFile classFile)java.lang.ObjectClassFile.ConstantFloatInfo. getValue(ClassFile classFile)java.lang.ObjectClassFile.ConstantIntegerInfo. getValue(ClassFile classFile)java.lang.ObjectClassFile.ConstantLongInfo. getValue(ClassFile classFile)java.lang.ObjectClassFile.ConstantStringInfo. getValue(ClassFile classFile)java.lang.ObjectClassFile.ConstantUtf8Info. getValue(ClassFile classFile)abstract java.lang.ObjectClassFile.ConstantValuePoolInfo. getValue(ClassFile classFile)private static ClassFile.AttributeInfoClassFile.CodeAttribute. loadBody(short attributeNameIndex, ClassFile classFile, java.io.DataInputStream dis)private static ClassFile.AttributeInfoClassFile.StackMapTableAttribute. loadBody(short attributeNameIndex, java.io.DataInputStream dis, ClassFile classFile)private static ClassFile.StackMapTableAttribute.VerificationTypeInfoClassFile.StackMapTableAttribute. loadVerificationTypeInfo(java.io.DataInputStream dis, ClassFile classFile)private static ClassFile.StackMapTableAttribute.VerificationTypeInfo[]ClassFile.StackMapTableAttribute. loadVerificationTypeInfos(java.io.DataInputStream dis, int number, ClassFile classFile)
-