Uses of Class
serp.bytecode.WideInstruction

Packages that use WideInstruction
serp.bytecode Bytecode Manipuation 
serp.bytecode.visitor Bytecode Visitor 
 

Uses of WideInstruction in serp.bytecode
 

Methods in serp.bytecode that return WideInstruction
 WideInstruction WideInstruction.aload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.astore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.dload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.dstore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.fload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.fstore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.iinc()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.iload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.istore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.lload()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.lstore()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.ret()
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.setIncrement(int val)
          Set the increment on this instruction if it augments IINC.
 WideInstruction WideInstruction.setInstruction(Instruction ins)
          Set the type of instruction this wide instruction modifies.
 WideInstruction WideInstruction.setInstruction(int opcode)
          Set the type of instruction this wide instruction modifies.
 WideInstruction Code.wide()
          Add the wide opcode.
 

Uses of WideInstruction in serp.bytecode.visitor
 

Methods in serp.bytecode.visitor with parameters of type WideInstruction
 void PrettyPrintVisitor.enterWideInstruction(WideInstruction obj)
           
 void BCVisitor.enterWideInstruction(WideInstruction obj)
           
 void BCVisitor.exitWideInstruction(WideInstruction obj)
           
 



Copyright © 2002-2007. All Rights Reserved.