joosc.code.bytecode
Class LdcStringInstr

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

public class LdcStringInstr
extends LoadConstInstr


Constructor Summary
LdcStringInstr(java.lang.String constant)
           
 
Method Summary
 java.lang.String 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

LdcStringInstr

public LdcStringInstr(java.lang.String constant)
Method Detail

getConstant

public java.lang.String getConstant()

toString

public java.lang.String toString()