|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcompiler.intermediate.Label
public class Label
Clase que representa un operando etiqueta del código intermedio
Constructor Summary | |
---|---|
Label(java.lang.String name)
Constructor for Variable. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compares this object with another one. |
java.lang.String |
getName()
Returns the name. |
int |
hashCode()
Returns a hash code for the object. |
void |
setName(java.lang.String name)
Sets The name. |
java.lang.String |
toString()
Return a string representing the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Label(java.lang.String name)
name
- The name.Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the other object.
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |