|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPType
org.objectweb.medor.type.lib.QType
org.objectweb.medor.type.lib.QTypeTuple
This class defines the extension of PType for Tuples.
Field Summary | |
protected PType[] |
attributeTypes
|
static short |
TYPECODE_TUPLE
|
Fields inherited from class org.objectweb.medor.type.lib.QType |
TYPECODE_COLLECTION, TYPECODE_NAMING_CONTEXT, TYPECODE_OBJECT, TYPECODE_PNAME, TYPECODE_TUPLE_COLLECTION |
Constructor Summary | |
QTypeTuple(PType[] types,
PTypeSpace typespace)
It constructs the types that represent tuples. |
Method Summary | |
boolean |
isa(PType pt)
Checks whether the current QTypeTuple is a subtype of another PType. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short TYPECODE_TUPLE
protected PType[] attributeTypes
Constructor Detail |
public QTypeTuple(PType[] types, PTypeSpace typespace)
types
- The array of PTypes for the tuple attributes.typespace
- The type space to which the constructed PType belongs.Method Detail |
public boolean isa(PType pt)
isa
in class QType
pt
- The other PType to be compared to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |