Uses of Class
jasm.lang.Bytecode.IfMode

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

Uses of Bytecode.IfMode in jasm.lang
 

Fields in jasm.lang declared as Bytecode.IfMode
 Bytecode.IfMode Bytecode.If.cond
           
 

Methods in jasm.lang that return Bytecode.IfMode
 Bytecode.IfMode Bytecode.IfMode.invert()
           
static Bytecode.IfMode Bytecode.IfMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Bytecode.IfMode[] Bytecode.IfMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jasm.lang with parameters of type Bytecode.IfMode
Bytecode.If(Bytecode.IfMode cond, java.lang.String label)
           
Bytecode.If(Bytecode.IfMode cond, java.lang.String label, boolean islong)
           
 



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