soot.coffi |
Coffi classes
Contains classes from the Coffi tool, by Clark Verbrugge.
They are used by Soot to parse classfiles. (Note that Baf is currently
used only for output from Soot; conceivably, Coffi could create Baf bodies,
but it doesn't.)
|
Java Source File Name | Type | Comment |
annotation.java | Class | |
AnnotationDefault_attribute.java | Class | |
annotation_element_value.java | Class | |
array_element_value.java | Class | |
attribute_info.java | Class | Generic superclass for all attributes. |
BasicBlock.java | Class | Represents one basic block in a control flow graph. |
BBQ.java | Class | A queue of BasicBlocks. |
ByteCode.java | Class | Procedural code for parsing and otherwise handling bytecode. |
CFG.java | Class | A Control Flow Graph. |
ClassFile.java | Class | A ClassFile object represents the contents of a .class file. |
class_element_value.java | Class | |
Code_attribute.java | Class | There should be exactly one code attribute in every method; there
may also be a code attribute associated with a field (as an
initializer). |
CoffiMethodSource.java | Class | |
ConstantValue_attribute.java | Class | An attribute for a constant value; used for field initializers. |
CONSTANT_Class_info.java | Class | A constant pool entry of type CONSTANT_Class. |
CONSTANT_Double_info.java | Class | A constant pool entry of type CONSTANT_Double. |
constant_element_value.java | Class | |
CONSTANT_Fieldref_info.java | Class | A constant pool entry of type CONSTANT_Fieldref. |
CONSTANT_Float_info.java | Class | |
CONSTANT_Integer_info.java | Class | |
CONSTANT_InterfaceMethodref_info.java | Class | |
CONSTANT_Long_info.java | Class | |
CONSTANT_Methodref_info.java | Class | |
CONSTANT_NameAndType_info.java | Class | |
CONSTANT_String_info.java | Class | A constant pool entry of type CONSTANT_String. |
CONSTANT_Utf8_collector.java | Class | Provides sharing for Utf8_info string objects
reused in different contexts. |
CONSTANT_Utf8_info.java | Class | A constant pool entry of type CONSTANT_Utf8; note this is not
multithread safe. |
cp_info.java | Class | Base abstract class for constant pool entries; includes some utility methods. |
Deprecated_attribute.java | Class | Attribute that connects deprecated attribute. |
Double2ndHalfType.java | Class | |
element_value.java | Class | |
EnclosingMethod_attribute.java | Class | Attribute that connects enclosing method attribute. |
enum_constant_element_value.java | Class | |
Exception_attribute.java | Class | There should be exactly one Exceptions attribute in every method,
indicating the types of exceptions the method might throw. |
exception_table_entry.java | Class | An entry in some code's exception table; describes an exception
handler and the code it protects. |
field_info.java | Class | Represents a single field_info object. |
FutureStmt.java | Class | |
Generic_attribute.java | Class | For representing an unknown, or generic attribute. |
Info.java | Class | |
InnerClasses_attribute.java | Class | Attribute that connects inner classes with their containing classes.
See Also: attribute_info author: Archie L. |
inner_class_entry.java | Class | An entry in the inner classes table.
See Also: InnerClasses_attribute author: Archie L. |
Instruction.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aaload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aconst_null.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aload_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aload_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aload_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Aload_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Anewarray.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Areturn.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Arraylength.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Astore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Astore_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Astore_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Astore_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Astore_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Athrow.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Baload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Bastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Bipush.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_branch.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Breakpoint.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_byte.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_byteindex.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_bytevar.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Caload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Castore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Checkcast.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_D2f.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_D2i.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_D2l.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dadd.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Daload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dcmpg.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dcmpl.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dconst_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dconst_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ddiv.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dload_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dload_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dload_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dload_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dmul.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dneg.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Drem.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dreturn.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dstore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dstore_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dstore_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dstore_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dstore_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dsub.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dup.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dup2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dup2_x1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dup2_x2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dup_x1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Dup_x2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_F2d.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_F2i.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_F2l.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fadd.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Faload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fcmpg.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fcmpl.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fconst_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fconst_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fconst_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fdiv.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fload_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fload_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fload_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fload_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fmul.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fneg.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Frem.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Freturn.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fstore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fstore_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fstore_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fstore_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fstore_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Fsub.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Getfield.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Getstatic.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Goto.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Goto_w.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_I2d.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_I2f.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_I2l.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iadd.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iaload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iand.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_4.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_5.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iconst_m1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Idiv.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifeq.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifge.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifgt.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifle.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iflt.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifne.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifnonnull.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ifnull.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_acmpeq.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_acmpne.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_icmpeq.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_icmpge.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_icmpgt.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_icmple.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_icmplt.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_If_icmpne.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iinc.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iload_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iload_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iload_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iload_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Imul.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ineg.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Instanceof.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_int.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Int2byte.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Int2char.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Int2short.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_intbranch.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_intindex.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_intvar.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Invokeinterface.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Invokenonvirtual.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Invokestatic.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Invokevirtual.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ior.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Irem.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ireturn.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ishl.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ishr.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Istore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Istore_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Istore_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Istore_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Istore_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Isub.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Iushr.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ixor.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Jsr.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Jsr_w.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_L2d.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_L2f.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_L2i.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ladd.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Laload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Land.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lcmp.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lconst_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lconst_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ldc1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ldc2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ldc2w.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ldiv.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lload_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lload_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lload_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lload_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lmul.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lneg.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_longbranch.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lookupswitch.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lor.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lrem.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lreturn.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lshl.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lshr.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lstore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lstore_0.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lstore_1.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lstore_2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lstore_3.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lsub.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lushr.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Lxor.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Monitorenter.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Monitorexit.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Multianewarray.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_New.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Newarray.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_noargs.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Nop.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Pop.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Pop2.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Putfield.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Putstatic.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ret.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Return.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Ret_w.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Saload.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Sastore.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Sipush.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Swap.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Tableswitch.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Unknown.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Instruction_Wide.java | Class | Instruction subclasses are used to represent parsed bytecode; each
bytecode operation has a corresponding subclass of Instruction. |
Interface_Astore.java | Interface | |
Interface_OneIntArg.java | Interface | |
LineNumberTable_attribute.java | Class | A debugging attribute, this associates blocks of bytecode with
specific source code line numbers. |
line_number_table_entry.java | Class | An entry in the line number table. |
LocalVariableTable_attribute.java | Class | A debugging attribute, this gives the names of local variables
within blocks of bytecode. |
LocalVariableTypeTable_attribute.java | Class | A debugging attribute, this gives the types of local variables
within blocks of bytecode. |
local_variable_table_entry.java | Class | An entry in a local variable table. |
local_variable_type_table_entry.java | Class | An entry in a local variable type table. |
Long2ndHalfType.java | Class | |
method_info.java | Class | Represents a single method_info object. |
parameter_annotation.java | Class | |
RuntimeInvisibleAnnotations_attribute.java | Class | There should be at most one RuntimeInvisibleAnnotations attribute in
every method, field and class
indicating the list of annotations. |
RuntimeInvisibleParameterAnnotations_attribute.java | Class | |
RuntimeVisibleAnnotations_attribute.java | Class | There should be at most one RuntimeVisibleAnnotations attribute in
every method, field and class
indicating the list of annotations. |
RuntimeVisibleParameterAnnotations_attribute.java | Class | |
Signature_attribute.java | Class | Attribute that connects signature attribute. |
SourceFile_attribute.java | Class | A debugging attribute, this gives the name of the source file
for this .class file. |
Synthetic_attribute.java | Class | Attribute that connects synthetic attribute. |
TypeArray.java | Class | |
TypeStack.java | Class | |
UnusuableType.java | Class | |
Utf8_Enumeration.java | Class | An enumeration of a Utf8 allows one to run through the characters in a
unicode string; used primarily for comparing unicode strings. |
Util.java | Class | |