|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.ast.xml.type.Type orc.ast.xml.type.ArrowType
public class ArrowType
A syntactic arrow type: lambda[X,...,X](T,...,T) :: T
Field Summary | |
---|---|
Type[] |
argTypes
|
Type |
resultType
|
int |
typeArity
|
Constructor Summary | |
---|---|
ArrowType()
|
|
ArrowType(Type[] argTypes,
Type resultType,
int typeArity)
|
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[] argTypes
public Type resultType
public int typeArity
Constructor Detail |
---|
public ArrowType()
public ArrowType(Type[] argTypes, Type resultType, int typeArity)
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 |