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() |
shortString
public GeneralConstObject(Type t, java.lang.String n)
public Type getType()
public java.lang.String toString()
toString
in interface AbstractObject
toString
in class ConstantObject
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object