public class TupleType extends Type
| Constructor and Description |
|---|
TupleType(NameTypePair[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
attributeNames() |
java.lang.String |
getName()
Returns the name of a type.
|
boolean |
isScalar()
Determines if the type is scalar.
|
public TupleType(NameTypePair[] attributes)