Uses of Interface
org.biojava.utils.bytecode.Instruction
-
Uses of Instruction in org.biojava.utils.bytecode
Methods in org.biojava.utils.bytecode that return InstructionModifier and TypeMethodDescriptionIfExpression.getIfInstruction()static InstructionByteCode.make_aaload()Return the Instruction object for the aaload instruction.static InstructionByteCode.make_aastore()Return the Instruction object for the aastore instruction.static InstructionByteCode.make_aconst_null()Return the Instruction object for the aconst_null instruction.static InstructionByteCode.make_aload(LocalVariable lv) static InstructionByteCode.make_areturn()Return the Instruction object for the areturn instruction.static InstructionByteCode.make_arraylength()Return the Instruction object for the arraylength instruction.static InstructionByteCode.make_astore(LocalVariable lv) static InstructionByteCode.make_athrow()Return the Instruction object for the athrow instruction.static InstructionByteCode.make_baload()Return the Instruction object for the baload instruction.static InstructionByteCode.make_bastore()Return the Instruction object for the bastore instruction.static InstructionByteCode.make_breakpoint()Return the Instruction object for the breakpoint instruction.static InstructionByteCode.make_caload()Return the Instruction object for the caload instruction.static InstructionByteCode.make_castore()Return the Instruction object for the castore instruction.static InstructionByteCode.make_checkcast(CodeClass clazz) static InstructionByteCode.make_d2f()Return the Instruction object for the d2f instruction.static InstructionByteCode.make_d2i()Return the Instruction object for the d2i instruction.static InstructionByteCode.make_d2l()Return the Instruction object for the d2l instruction.static InstructionByteCode.make_dadd()Return the Instruction object for the dadd instruction.static InstructionByteCode.make_daload()Return the Instruction object for the daload instruction.static InstructionByteCode.make_dastore()Return the Instruction object for the dastore instruction.static InstructionByteCode.make_dcmpg()Return the Instruction object for the dcmpg instruction.static InstructionByteCode.make_dcmpl()Return the Instruction object for the dcmpl instruction.static InstructionByteCode.make_dconst(double d) static InstructionByteCode.make_ddiv()Return the Instruction object for the ddiv instruction.static InstructionByteCode.make_dload(LocalVariable lv) static InstructionByteCode.make_dmul()Return the Instruction object for the dmul instruction.static InstructionByteCode.make_dneg()Return the Instruction object for the dneg instruction.static InstructionByteCode.make_drem()Return the Instruction object for the drem instruction.static InstructionByteCode.make_dreturn()Return the Instruction object for the dreturn instruction.static InstructionByteCode.make_dstore(LocalVariable lv) static InstructionByteCode.make_dsub()Return the Instruction object for the dsub instruction.static InstructionByteCode.make_dup()Return the Instruction object for the dup instruction.static InstructionByteCode.make_dup_x1()Return the Instruction object for the dup_x1 instruction.static InstructionByteCode.make_dup_x2()Return the Instruction object for the dup_x2 instruction.static InstructionByteCode.make_dup2()Return the Instruction object for the dup2 instruction.static InstructionByteCode.make_dup2_x1()Return the Instruction object for the dup2_x1 instruction.static InstructionByteCode.make_dup2_x2()Return the Instruction object for the dup2_x2 instruction.static InstructionByteCode.make_f2d()Return the Instruction object for the f2d instruction.static InstructionByteCode.make_f2i()Return the Instruction object for the f2i instruction.static InstructionByteCode.make_f2l()Return the Instruction object for the f2l instruction.static InstructionByteCode.make_fadd()Return the Instruction object for the fadd instruction.static InstructionByteCode.make_faload()Return the Instruction object for the faload instruction.static InstructionByteCode.make_fastore()Return the Instruction object for the fastore instruction.static InstructionByteCode.make_fcmpg()Return the Instruction object for the fcmpg instruction.static InstructionByteCode.make_fcmpl()Return the Instruction object for the fcmpl instruction.static InstructionByteCode.make_fconst(float f) static InstructionByteCode.make_fdiv()Return the Instruction object for the fdiv instruction.static InstructionByteCode.make_fload(LocalVariable lv) static InstructionByteCode.make_fmul()Return the Instruction object for the fmul instruction.static InstructionByteCode.make_fneg()Return the Instruction object for the fneg instruction.static InstructionByteCode.make_frem()Return the Instruction object for the frem instruction.static InstructionByteCode.make_freturn()Return the Instruction object for the freturn instruction.static InstructionByteCode.make_fstore(LocalVariable lv) static InstructionByteCode.make_fsub()Return the Instruction object for the fsub instruction.static InstructionByteCode.make_getfield(CodeField cf) static InstructionByteCode.make_getstatic(CodeField cf) static Instructionstatic InstructionByteCode.make_i2b()Return the Instruction object for the i2b instruction.static InstructionByteCode.make_i2c()Return the Instruction object for the i2c instruction.static InstructionByteCode.make_i2d()Return the Instruction object for the i2d instruction.static InstructionByteCode.make_i2f()Return the Instruction object for the i2f instruction.static InstructionByteCode.make_i2l()Return the Instruction object for the i2l instruction.static InstructionByteCode.make_i2s()Return the Instruction object for the i2s instruction.static InstructionByteCode.make_iadd()Return the Instruction object for the iadd instruction.static InstructionByteCode.make_iaload()Return the Instruction object for the iaload instruction.static InstructionByteCode.make_iand()Return the Instruction object for the iand instruction.static InstructionByteCode.make_iastore()Return the Instruction object for the iastore instruction.static InstructionByteCode.make_iconst(int i) static InstructionByteCode.make_idiv()Return the Instruction object for the idiv instruction.static 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 InstructionByteCode.make_iload(LocalVariable lv) static InstructionByteCode.make_impdep1()Return the Instruction object for the impdep1 instruction.static InstructionByteCode.make_impdep2()Return the Instruction object for the impdep2 instruction.static InstructionByteCode.make_imul()Return the Instruction object for the imul instruction.static InstructionByteCode.make_ineg()Return the Instruction object for the ineg instruction.static InstructionByteCode.make_instanceof(CodeClass clazz) static InstructionByteCode.make_invoke(CodeMethod cm) Make an invoke opcode that is suited to the method.static InstructionByteCode.make_invokeinterface(CodeMethod cm) static InstructionByteCode.make_invokespecial(CodeMethod cm) static InstructionByteCode.make_invokestatic(CodeMethod cm) static InstructionByteCode.make_invokevirtual(CodeMethod cm) static InstructionByteCode.make_invokevirtual_quick_w()Return the Instruction object for the invokevirtual_quick_w instruction.static InstructionByteCode.make_ior()Return the Instruction object for the ior instruction.static InstructionByteCode.make_irem()Return the Instruction object for the irem instruction.static InstructionByteCode.make_ireturn()Return the Instruction object for the ireturn instruction.static InstructionByteCode.make_ishl()Return the Instruction object for the ishl instruction.static InstructionByteCode.make_ishr()Return the Instruction object for the ishr instruction.static InstructionByteCode.make_istore(LocalVariable lv) static InstructionByteCode.make_isub()Return the Instruction object for the isub instruction.static InstructionByteCode.make_iushr()Return the Instruction object for the iushr instruction.static InstructionByteCode.make_ixor()Return the Instruction object for the ixor instruction.static Instructionstatic InstructionByteCode.make_l2d()Return the Instruction object for the l2d instruction.static InstructionByteCode.make_l2f()Return the Instruction object for the l2f instruction.static InstructionByteCode.make_l2i()Return the Instruction object for the l2i instruction.static InstructionByteCode.make_ladd()Return the Instruction object for the ladd instruction.static InstructionByteCode.make_laload()Return the Instruction object for the laload instruction.static InstructionByteCode.make_land()Return the Instruction object for the land instruction.static InstructionByteCode.make_lastore()Return the Instruction object for the lastore instruction.static InstructionByteCode.make_lcmp()Return the Instruction object for the lcmp instruction.static InstructionByteCode.make_lconst(long l) static InstructionByteCode.make_ldiv()Return the Instruction object for the ldiv instruction.static InstructionByteCode.make_lload(LocalVariable lv) static InstructionByteCode.make_lmul()Return the Instruction object for the lmul instruction.static InstructionByteCode.make_lneg()Return the Instruction object for the lneg instruction.static InstructionByteCode.make_lor()Return the Instruction object for the lor instruction.static InstructionByteCode.make_lrem()Return the Instruction object for the lrem instruction.static InstructionByteCode.make_lreturn()Return the Instruction object for the lreturn instruction.static InstructionByteCode.make_lshl()Return the Instruction object for the lshl instruction.static InstructionByteCode.make_lshr()Return the Instruction object for the lshr instruction.static InstructionByteCode.make_lstore(LocalVariable lv) static InstructionByteCode.make_lsub()Return the Instruction object for the lsub instruction.static InstructionByteCode.make_lushr()Return the Instruction object for the lushr instruction.static InstructionByteCode.make_lxor()Return the Instruction object for the lxor instruction.static InstructionByteCode.make_monitorenter()Return the Instruction object for the monitorenter instruction.static InstructionByteCode.make_monitorexit()Return the Instruction object for the monitorexit instruction.static Instructionstatic InstructionByteCode.make_newarray(CodeClass clazz) static InstructionByteCode.make_nop()Return the Instruction object for the nop instruction.static InstructionByteCode.make_pop()Return the Instruction object for the pop instruction.static InstructionByteCode.make_pop2()Return the Instruction object for the pop2 instruction.static InstructionByteCode.make_putfield(CodeField cf) static InstructionByteCode.make_putstatic(CodeField cf) static InstructionByteCode.make_return()Return the Instruction object for the return instruction.static InstructionByteCode.make_return(CodeClass clazz) Creates the return Instruction suitable for a given class or type.static InstructionByteCode.make_return(CodeMethod method) A convenient one-stop method to get a return statement suitable for a method.static InstructionByteCode.make_saload()Return the Instruction object for the saload instruction.static InstructionByteCode.make_sastore()Return the Instruction object for the sastore instruction.static InstructionByteCode.make_sconst(String s) static InstructionByteCode.make_swap()Return the Instruction object for the swap instruction.static InstructionByteCode.make_wide()Return the Instruction object for the wide instruction.