public class GeneralConstObject extends ConstantObject
| Constructor and Description |
|---|
GeneralConstObject(Type t,
java.lang.String n) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
shortStringpublic GeneralConstObject(Type t, java.lang.String n)
public Type getType()
public java.lang.String toString()
toString in interface AbstractObjecttoString in class ConstantObjectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object