Uses of Class
jasm.lang.Bytecode.Branch

Packages that use Bytecode.Branch
jasm.lang Provides core class for representing JVM class files, bytecodes, types and constants. 
 

Uses of Bytecode.Branch in jasm.lang
 

Subclasses of Bytecode.Branch in jasm.lang
static class Bytecode.Goto
          This class abstracts the unconditional branch bytecode goto.
static class Bytecode.If
          This represents the bytecodes ifeq, ifne, iflt, ifge, ifgt, ifle.
static class Bytecode.IfCmp
          This represents the bytecodes ifacmp_XX and ificmp_xx
 

Methods in jasm.lang that return Bytecode.Branch
abstract  Bytecode.Branch Bytecode.Branch.fixLong()
           
 



Copyright © 2013 David J. Pearce. All Rights Reserved.