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, getNumber, makeArrayType, setArrayType, setNumber, toMachineTypepublic UnknownType(Singletons.Global g)
public static UnknownType v()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object t)
equals in class java.lang.Objectpublic java.lang.String toString()
Typepublic void apply(Switch sw)
Typeapply in interface Switchableapply in class TypeCopyright © 2012-2019 RoboVM AB. All Rights Reserved.