|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.language.ast.Variable
public class Variable
A constant in telemetry language. Since telemetry language is dynamically typed language (type information can only be determined at run time), there is no type information associated with variable.
Constructor Summary | |
---|---|
Variable(java.lang.String name)
Constructs this instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object another)
Tests for equality of two instances. |
java.lang.String |
getName()
Gets the name of this variable. |
int |
hashCode()
Gets the hash code for this instance. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Variable(java.lang.String name)
name
- The name of this variable.Method Detail |
---|
public java.lang.String getName()
public boolean equals(java.lang.Object another)
equals
in class java.lang.Object
another
- The other object to be tested with this object.
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |