joeq.Compiler.BytecodeAnalysis
Class Bytecodes.ILOAD

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
      extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.LocalVariableInstruction
          extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.LoadInstruction
              extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.ILOAD
All Implemented Interfaces:
Serializable, Cloneable, Bytecodes.IndexedInstruction, Bytecodes.PushInstruction, Bytecodes.StackProducer, Bytecodes.TypedInstruction
Enclosing interface:
Bytecodes

public static class Bytecodes.ILOAD
extends Bytecodes.LoadInstruction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.LocalVariableInstruction
n
 
Fields inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
Bytecodes.ILOAD(int n)
          Load int from local variable
 
Method Summary
 void accept(Bytecodes.Visitor v)
          Call corresponding visitor method(s).
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.LocalVariableInstruction
dump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toString
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer
produceStack
 

Constructor Detail

Bytecodes.ILOAD

public Bytecodes.ILOAD(int n)
Load int from local variable

Parameters:
n - index of local variable
Method Detail

accept

public void accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.

Overrides:
accept in class Bytecodes.LoadInstruction
Parameters:
v - Visitor object


Copyright © 2001-2008 John Whaley. All Rights Reserved.