nz.net.juju.jaune
Class Label

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

public class Label
extends java.lang.Object

Representation of temporary and explicit labels. RETARGET: The temporary label format depends on the assembler.


Constructor Summary
Label()
          Create a new unique temporary label.
Label(java.lang.String text)
          Create a new label against the explicit name.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Label

public Label()
Create a new unique temporary label.

Label

public Label(java.lang.String text)
Create a new label against the explicit name.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object