Uses of Class
com.jeffpalm.basic.bytecode.instr.BranchInstruction

Packages that use BranchInstruction
com.jeffpalm.basic.bytecode.instr   
 

Uses of BranchInstruction in com.jeffpalm.basic.bytecode.instr
 

Subclasses of BranchInstruction in com.jeffpalm.basic.bytecode.instr
 class Goto
          Branch always
 class If_acmpeq
           Branch if reference comparison succeeds
 class If_acmpne
           Branch if reference comparison succeeds
 class If_icmpeq
          Branch if int comparison succeeds
 class If_icmpge
          Branch if int comparison succeeds
 class If_icmpgt
          Branch if int comparison succeeds
 class If_icmple
          Branch if int comparison succeeds
 class If_icmplt
          Branch if int comparison succeeds
 class If_icmpne
          Branch if int comparison succeeds
 class Ifeq
          Branch if int comparison with zero succeeds
 class Ifge
          Branch if int comparison with zero succeeds
 class Ifgt
          Branch if int comparison with zero succeeds
 class Ifle
          Branch if int comparison with zero succeeds
 class Iflt
          Branch if int comparison with zero succeeds
 class Ifne
          Branch if int comparison with zero succeeds
 class Ifnonnull
          Branch if reference not null
 class Ifnull
          Branch if reference is null