public final class GPAtomicType extends GPType
GPType
,
Serialized FormConstructor and Description |
---|
GPAtomicType()
Don't use this constructor unless you call setup(...) immediately after it.
|
GPAtomicType(java.lang.String n)
Use this constructor for GPAtomic Type unless you know what you're doing
|
Modifier and Type | Method and Description |
---|---|
boolean |
compatibleWith(GPInitializer initializer,
GPType t)
Am I compatible with ("fit" with) t? For two atomic
types, this is done by direct pointer equality.
|
public GPAtomicType(java.lang.String n)
public GPAtomicType()
public final boolean compatibleWith(GPInitializer initializer, GPType t)
GPType
compatibleWith
in class GPType