Searched refs:IF_ICMPNE (Results 1 – 17 of 17) sorted by relevance
27 public class IF_ICMPNE extends IfInstruction { class33 IF_ICMPNE() { in IF_ICMPNE() method in IF_ICMPNE37 public IF_ICMPNE(final InstructionHandle target) { in IF_ICMPNE() method in IF_ICMPNE38 super(org.apache.bcel.Const.IF_ICMPNE, target); in IF_ICMPNE()
47 return new IF_ICMPNE(super.getTarget()); in negate()
362 case Const.IF_ICMPNE: in readInstruction()363 obj = new IF_ICMPNE(); in readInstruction()
730 case Const.IF_ICMPNE: in createBranchInstruction()731 return new IF_ICMPNE(target); in createBranchInstruction()
462 void visitIF_ICMPNE( IF_ICMPNE obj ); in visitIF_ICMPNE()
738 public void visitIF_ICMPNE( final IF_ICMPNE obj ) { in visitIF_ICMPNE()
87 return Opcodes.IF_ICMPNE; in getInverted()88 case Opcodes.IF_ICMPNE: in getInverted()
134 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPEQ, Opcodes.IF_ICMPNE); in testVisitJumpInsnWithProbe_IF_ICMPEQ()159 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPNE, Opcodes.IF_ICMPEQ); in testVisitJumpInsnWithProbe_IF_ICMPNE()
30 import org.apache.bcel.generic.IF_ICMPNE;279 case EQ: bh = il.append(new IF_ICMPNE(null)); ASTFunDecl.pop(2); break; in byte_code()
174 case Const.IF_ICMPNE: in codeToHTML()471 case Const.IF_ICMPNE: in findGotos()
932 short IF_ICMPNE = 160; field
1295 public static final short IF_ICMPNE = 160; field in Const
332 testJumpInsn(IF_ICMPNE, true); in testJumpInsn()
524 case Opcodes.IF_ICMPNE: in visitJumpInsn()
275 case Const.IF_ICMPNE: in codeToString()
717 public void visitIF_ICMPNE(final IF_ICMPNE o) { in visitIF_ICMPNE()
1625 public void visitIF_ICMPNE(final IF_ICMPNE o) { in visitIF_ICMPNE()