|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTemp.Label
A Label represents an address in assembly language.
Constructor Summary | |
---|---|
Label()
Makes a new label with an arbitrary name. |
Method Summary | |
---|---|
static Label |
get(java.lang.String s)
Makes a new label that prints as "s". |
java.lang.String |
toString()
a printable representation of the label, for use in assembly language output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Label()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static Label get(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |