|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.language.ast.Constant
org.hackystat.telemetry.analyzer.language.ast.StringConstant
public class StringConstant
String constant in telemetry language.
Constructor Summary | |
---|---|
StringConstant(java.lang.String value)
Constructs this instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object another)
Tests for equality of two instances. |
java.lang.String |
getValue()
Gets the string this constant represents. |
java.lang.String |
getValueString()
Gets the string this constant represents. |
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 StringConstant(java.lang.String value)
value
- The string value of this constant.Method Detail |
---|
public java.lang.String getValue()
public java.lang.String getValueString()
getValueString
in class Constant
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 |