public static enum TypeRef.Native extends Enum<TypeRef.Native> implements TypeRef
TypeRef.ArrayTypeRef, TypeRef.Native, TypeRef.ObjectTypeRef| Enum Constant and Description |
|---|
BOOLEAN |
BYTE |
CHAR |
DOUBLE |
FLOAT |
INT |
LONG |
REFERENCE |
SHORT |
VOID |
| Modifier and Type | Method and Description |
|---|---|
abstract TypeRef.Native |
eventuallyPromoteTo(TypeRef.Native aOtherType) |
boolean |
isArray() |
boolean |
isCategory2() |
boolean |
isObject() |
TypeRef.Native |
resolve() |
static TypeRef.Native |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeRef.Native[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final TypeRef.Native BYTE
public static final TypeRef.Native SHORT
public static final TypeRef.Native CHAR
public static final TypeRef.Native BOOLEAN
public static final TypeRef.Native INT
public static final TypeRef.Native LONG
public static final TypeRef.Native FLOAT
public static final TypeRef.Native DOUBLE
public static final TypeRef.Native REFERENCE
public static final TypeRef.Native VOID
public static TypeRef.Native[] values()
for (TypeRef.Native c : TypeRef.Native.values()) System.out.println(c);
public static TypeRef.Native valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic TypeRef.Native resolve()
public boolean isCategory2()
public abstract TypeRef.Native eventuallyPromoteTo(TypeRef.Native aOtherType)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.