|
||||||||||
| 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.PolymorphicTypeAlias
public class PolymorphicTypeAlias
A syntactic type representing an aliased type with type parameters.
| Field Summary | |
|---|---|
int |
arity
|
Type |
type
|
| Constructor Summary | |
|---|---|
PolymorphicTypeAlias()
|
|
PolymorphicTypeAlias(Type type,
int arity)
|
|
| 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 type
public int arity
| Constructor Detail |
|---|
public PolymorphicTypeAlias()
public PolymorphicTypeAlias(Type type,
int arity)
| 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 | |||||||||