Package org.mozilla.classfile
-
Class Summary Class Description ByteCode This class provides opcode values expected by the JVM in Java class files.ClassFileField ClassFileMethod ClassFileWriter ClassFileWriter A ClassFileWriter is used to write a Java class file.ClassFileWriter.MHandle ConstantEntry ConstantPool ExceptionTableEntry FieldOrMethodRef SuperBlock A super block is defined as a contiguous chunk of code with a single entry point and multiple exit points (therefore ending in an unconditional jump or the end of the method).TypeInfo Helper class for internal representations of type information. -
Exception Summary Exception Description ClassFileWriter.ClassFileFormatException Thrown for cases where the error in generating the class file is due to a program size constraints rather than a likely bug in the compiler.