public class LongType extends PrimType
| Constructor and Description |
|---|
LongType(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
RefType |
boxedType() |
boolean |
equals(java.lang.Object t) |
int |
hashCode() |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static LongType |
v() |
getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineTypepublic LongType(Singletons.Global g)
public static LongType v()
public boolean equals(java.lang.Object t)
equals in class java.lang.Objectpublic int hashCode()
hashCode 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.