Uses of Class
org.apache.bcel.generic.InstructionList
-
Packages that use InstructionList Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely:org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. -
-
Uses of InstructionList in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as InstructionList Modifier and Type Field Description private InstructionListMethodGen. ilMethods in org.apache.bcel.generic that return InstructionList Modifier and Type Method Description InstructionListInstructionList. copy()InstructionListInstructionFactory. createPrintln(java.lang.String s)Create a call to the most popular System.out.println() method.InstructionListCompoundInstruction. getInstructionList()InstructionListMethodGen. getInstructionList()InstructionListPUSH. getInstructionList()InstructionListSWITCH. getInstructionList()Methods in org.apache.bcel.generic with parameters of type InstructionList Modifier and Type Method Description InstructionHandleInstructionList. append(InstructionHandle ih, InstructionList il)Append another list after instruction (handle) ih contained in this list.InstructionHandleInstructionList. append(InstructionList il)Append another list to this one.InstructionHandleInstructionList. append(Instruction i, InstructionList il)Append another list after instruction i contained in this list.static intMethodGen. getMaxStack(ConstantPoolGen cp, InstructionList il, CodeExceptionGen[] et)Computes stack usage of an instruction list by performing control flow analysis.InstructionHandleInstructionList. insert(InstructionHandle ih, InstructionList il)Insert another list before Instruction handle ih contained in this list.InstructionHandleInstructionList. insert(InstructionList il)Insert another list.InstructionHandleInstructionList. insert(Instruction i, InstructionList il)Insert another list before Instruction i contained in this list.voidInstructionListObserver. notify(InstructionList list)voidMethodGen. setInstructionList(InstructionList il)Constructors in org.apache.bcel.generic with parameters of type InstructionList Constructor Description MethodGen(int access_flags, Type return_type, Type[] arg_types, java.lang.String[] arg_names, java.lang.String method_name, java.lang.String class_name, InstructionList il, ConstantPoolGen cp)Declare method. -
Uses of InstructionList in org.apache.bcel.util
Fields in org.apache.bcel.util declared as InstructionList Modifier and Type Field Description private InstructionListInstructionFinder. ilMethods in org.apache.bcel.util that return InstructionList Modifier and Type Method Description InstructionListInstructionFinder. getInstructionList()Constructors in org.apache.bcel.util with parameters of type InstructionList Constructor Description InstructionFinder(InstructionList il) -
Uses of InstructionList in org.apache.bcel.verifier.statics
Fields in org.apache.bcel.verifier.statics declared as InstructionList Modifier and Type Field Description private InstructionListPass3aVerifier. instructionListThe one and only InstructionList object used by an instance of this class.
-