orc.type
Class TupleType
java.lang.Object
   orc.type.Type
orc.type.Type
       orc.type.TupleType
orc.type.TupleType
- public class TupleType 
- extends Type
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
items
public java.util.List<Type> items
TupleType
public TupleType(java.util.List<Type> items)
subtype
public boolean subtype(Type that)
- 
- Overrides:
- subtypein class- Type
 
- 
 
join
public Type join(Type that)
- 
- Overrides:
- joinin class- Type
 
- 
 
meet
public Type meet(Type that)
- 
- Overrides:
- meetin class- Type
 
- 
 
call
public Type call(java.util.List<Type> args)
          throws TypeException
- 
- Overrides:
- callin class- Type
 
- 
- Throws:
- TypeException
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- Type
 
- 
 
width
public int width()
-