|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcompiler.intermediate.Temporal
public class Temporal
Clase que representa un temporal del código intermedio
Constructor Summary | |
---|---|
Temporal(java.lang.String name)
Constructor for Variable. |
|
Temporal(java.lang.String name,
ScopeIF scope)
Constructor for Variable. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compares this object with another one. |
java.lang.String |
getName()
Returns the name. |
ScopeIF |
getScope()
Returns the scope. |
int |
hashCode()
Returns a hash code for the object. |
void |
setName(java.lang.String name)
Sets The name. |
void |
setScope(ScopeIF scope)
Sets The scope. |
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 Temporal(java.lang.String name)
name
- The name.public Temporal(java.lang.String name, ScopeIF scope)
name
- The name.scope
- The scope index.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 ScopeIF getScope()
public int hashCode()
hashCode
in class java.lang.Object
public void setName(java.lang.String name)
name
- The name to set.public void setScope(ScopeIF scope)
scope
- The scope 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 |