Uses of Class
org.biojava.utils.bytecode.Label
-
Uses of Label in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return LabelModifier and TypeMethodDescriptionInstructionVector.getEndLabel()InstructionVector.getStartLabel()Methods in org.biojava.utils.bytecode with parameters of type LabelModifier and TypeMethodDescriptionvoidCodeContext.addExceptionTableEntry(Label startHandled, Label endHandled, CodeClass eClass, Label handler) Add an exception table entry.static Instructionstatic InstructionMake an if Instruction for the opcode and label.static InstructionByteCode.make_if_acmpeq(Label l) Return the Instruction object for the if_acmpeq instruction.static InstructionByteCode.make_if_acmpne(Label l) Return the Instruction object for the if_acmpne instruction.static InstructionByteCode.make_if_icmpeq(Label l) Return the Instruction object for the if_icmpeq instruction.static InstructionByteCode.make_if_icmpge(Label l) Return the Instruction object for the if_icmpge instruction.static InstructionByteCode.make_if_icmpgt(Label l) Return the Instruction object for the if_icmpgt instruction.static InstructionByteCode.make_if_icmple(Label l) Return the Instruction object for the if_icmple instruction.static InstructionByteCode.make_if_icmplt(Label l) Return the Instruction object for the if_icmplt instruction.static InstructionByteCode.make_if_icmpne(Label l) Return the Instruction object for the if_icmpne instruction.static InstructionReturn the Instruction object for the ifeq instruction.static InstructionReturn the Instruction object for the ifge instruction.static InstructionReturn the Instruction object for the ifgt instruction.static InstructionReturn the Instruction object for the ifle instruction.static InstructionReturn the Instruction object for the iflt instruction.static InstructionReturn the Instruction object for the ifne instruction.static InstructionByteCode.make_ifnonnull(Label l) Return the Instruction object for the ifnonnull instruction.static InstructionByteCode.make_ifnull(Label l) Return the Instruction object for the ifnull instruction.static Instructionstatic CodeGeneratorByteCode.make_markLabel(Label lab) voidMark a label at the current point in the stream.voidCodeContext.writeLabel(Label lab) Write the offset of a Label to the context.Constructors in org.biojava.utils.bytecode with parameters of type Label