public class Type<T> extends java.lang.Object implements Obj, NativeObject<Type>
| Constructor and Description |
|---|
Type(java.lang.String name) |
Type(Type parent,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
Type |
getParent() |
Type |
getType() |
boolean |
is(Type type) |
java.lang.String |
toExtendedString() |
Type |
toNative() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, divide, divide, divide, get, getAttr, greaterThan, identity, invoke, invoke, isEqualTo, isNativeObject, lessThan, minus, minus, minus, mod, mod, mod, negate, negative, or, plus, plus, plus, pow, pow, pow, set, setAttr, slice, times, times, timespublic Type(java.lang.String name)
public Type(Type parent, java.lang.String name)
public boolean is(Type type)
public Type getType()
public Type toNative()
toNative in interface NativeObject<Type>toNative in interface Objnull if it doesn't implement the
NativeObject interface.public Type getParent()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toExtendedString()