hardware
Class Label

java.lang.Object
  |
  +--hardware.Label

public class Label
extends java.lang.Object


Field Summary
static Label PRINT_INT
           
static Label PRINT_STRING
           
 
Constructor Summary
Label()
           
Label(java.lang.String s)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRINT_INT

public static Label PRINT_INT

PRINT_STRING

public static Label PRINT_STRING
Constructor Detail

Label

public Label()

Label

public Label(java.lang.String s)
Method Detail

toString

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