public class UnknownType extends Type
Constructor and Description |
---|
UnknownType(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
boolean |
equals(java.lang.Object t) |
int |
hashCode() |
Type |
merge(Type other,
Scene cm)
Returns the least common superclass of this type and other.
|
java.lang.String |
toString()
Returns a textual representation of this type.
|
static UnknownType |
v() |
getArrayType, getEscapedName, getNumber, isAllowedInFinalCode, makeArrayType, setArrayType, setNumber, toMachineType, toQuotedString
public static UnknownType v()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object t)
equals
in class java.lang.Object
public java.lang.String toString()
Type
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type