|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.ast.xml.type.Type
orc.ast.xml.type.TupleType
public class TupleType
A syntactic type tuple: (T,...,T)
Field Summary | |
---|---|
Type[] |
items
|
Constructor Summary | |
---|---|
TupleType()
|
|
TupleType(Type[] items)
|
Method Summary | |
---|---|
Type |
unmarshal()
Convert this syntactic type into an actual type. |
Methods inherited from class orc.ast.xml.type.Type |
---|
unmarshalAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Type[] items
Constructor Detail |
---|
public TupleType()
public TupleType(Type[] items)
Method Detail |
---|
public Type unmarshal()
Type
unmarshal
in class Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |