|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectec.gp.GPType
ec.gp.GPAtomicType
public final class GPAtomicType
A GPAtomicType is a simple, atomic GPType. For more information, see GPType.
GPType
,
Serialized FormField Summary |
---|
Fields inherited from class ec.gp.GPType |
---|
name, P_NAME, type |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
boolean |
compatibleWith(GPInitializer initializer,
GPType t)
Am I compatible with ("fit" with) t? For two atomic types, this is done by direct pointer equality. |
Methods inherited from class ec.gp.GPType |
---|
setup, toString, typeFor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GPAtomicType(java.lang.String n)
public GPAtomicType()
Method Detail |
---|
public final boolean compatibleWith(GPInitializer initializer, GPType t)
GPType
compatibleWith
in class GPType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |