Uses of Class
jellyj.classfile.classgen.InstructionList

Packages that use InstructionList
jellyj.classfile.classgen 
jellyj.syntaxtree 
jellyj.util 

Uses of InstructionList in jellyj.classfile.classgen
 

Constructors in jellyj.classfile.classgen with parameters of type InstructionList
MethodGen.MethodGen(int access_flags, ClassGenType return_type, ClassGenType[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
          Declare method.
 

Methods in jellyj.classfile.classgen that return InstructionList
InstructionListCompoundInstruction.getInstructionList()
          
InstructionListInstructionList.copy()
          
final InstructionListMethodGen.getInstructionList()
          
final InstructionListPUSH.getInstructionList()
          
final InstructionListSWITCH.getInstructionList()
          
 

Methods in jellyj.classfile.classgen with parameters of type InstructionList
final InstructionHandleInstructionList.append(Instruction i, InstructionList il)
          Append another list after instruction i contained in this list.
final InstructionHandleInstructionList.append(InstructionHandle ih, InstructionList il)
          Append another list after instruction (handle) ih contained in this list.
final InstructionHandleInstructionList.append(InstructionList il)
          Append another list to this one.
final InstructionHandleInstructionList.insert(Instruction i, InstructionList il)
          Insert another list before Instruction i contained in this list.
final InstructionHandleInstructionList.insert(InstructionHandle ih, InstructionList il)
          Insert another list before Instruction handle ih contained in this list.
final InstructionHandleInstructionList.insert(InstructionList il)
          Insert another list.
LocalVariableLocalVariableGen.getLocalVariable(InstructionList il, ConstantPoolGen cp)
          Get LocalVariable object.
 

Uses of InstructionList in jellyj.syntaxtree
 

Fields in jellyj.syntaxtree declared as InstructionList
InstructionListExpressionNode.falseList_d
          
InstructionListExpressionNode.trueList_d
          
InstructionListLabeledStatementNode.breakList_d
          
InstructionListLabeledStatementNode.continueList_d
          
 

Methods in jellyj.syntaxtree that return InstructionList
InstructionListExpressionNode.addFalseList(InstructionHandle ih)
          Add an instruction to the false list for backpatching.
InstructionListExpressionNode.addTrueList(InstructionHandle ih)
          Add an instruction to the true list for backpatching.
InstructionListExpressionNode.appendToFalseList(InstructionList right)
          Append a list to the false list.
InstructionListExpressionNode.appendToTrueList(InstructionList right)
          Append a list to the true list.
 

Methods in jellyj.syntaxtree with parameters of type InstructionList
InstructionListExpressionNode.appendToFalseList(InstructionList right)
          Append a list to the false list.
InstructionListExpressionNode.appendToTrueList(InstructionList right)
          Append a list to the true list.
static voidExpressionNode.backPatch(InstructionList list, InstructionHandle target)
          Backpatch a true or a false list.
 

Uses of InstructionList in jellyj.util
 

Methods in jellyj.util that return InstructionList
InstructionListArrayType.VALUEOF(ConstantPoolGen cpg)
          
InstructionListByteType.CAST(Type other)
          
InstructionListByteType.VALUEOF(ConstantPoolGen cpg)
          
InstructionListCharType.CAST(Type other)
          
InstructionListClassType.VALUEOF(ConstantPoolGen cpg)
          
InstructionListDoubleType.CAST(Type other)
          
InstructionListFloatType.CAST(Type other)
          
InstructionListIntType.CAST(Type other)
          
InstructionListLongType.CAST(Type other)
          
InstructionListNullType.VALUEOF(ConstantPoolGen cpg)
          
InstructionListPrimitiveType.VALUEOF(ConstantPoolGen cpg)
          
InstructionListShortType.CAST(Type other)
          
InstructionListShortType.VALUEOF(ConstantPoolGen cpg)
          
InstructionListType.CAST(Type other)
          
InstructionListType.VALUEOF(ConstantPoolGen cpg)