joosc.code.bytecode
Class LdcIntInstr

java.lang.Object
  extended byjoosc.code.bytecode.LoadConstInstr
      extended byjoosc.code.bytecode.LdcIntInstr
All Implemented Interfaces:
Instr

public class LdcIntInstr
extends LoadConstInstr


Constructor Summary
LdcIntInstr(int constant)
           
 
Method Summary
 int getConstant()
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.code.bytecode.LoadConstInstr
getHeightDelta, getLowestAffected, getLowestUsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdcIntInstr

public LdcIntInstr(int constant)
Method Detail

getConstant

public int getConstant()

toString

public java.lang.String toString()