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(Object t) |
int |
hashCode() |
Type |
merge(Type other,
Scene cm)
Returns the least common superclass of this type and other.
|
String |
toString()
Returns a textual representation of this type.
|
static UnknownType |
v() |
getArrayType, getEscapedName, getNumber, isAllowedInFinalCode, makeArrayType, setArrayType, setNumber, toMachineType
public UnknownType(Singletons.Global g)
public static UnknownType v()
public String toString()
Type
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type