nz.net.juju.jaune
Class ConstantString

java.lang.Object
  |
  +--nz.net.juju.jaune.ConstantString

public class ConstantString
extends java.lang.Object

Representation of a constant string for later emitting. RETARGET: Contins target specific assembly for the constant strings.


Constructor Summary
ConstantString(java.lang.String val)
           
 
Method Summary
 java.lang.String getLabel()
           
 void writeTo(CodeSection into)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantString

public ConstantString(java.lang.String val)
Method Detail

getLabel

public java.lang.String getLabel()

writeTo

public void writeTo(CodeSection into)
             throws java.lang.Exception