|
||||||||||
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.TypeApplication
public class TypeApplication
A type instantiation with explicit type parameters: T[T,..,T]
Field Summary | |
---|---|
Type |
constructor
|
Type[] |
params
|
Constructor Summary | |
---|---|
TypeApplication()
|
|
TypeApplication(Type ty,
Type[] params)
|
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 constructor
public Type[] params
Constructor Detail |
---|
public TypeApplication()
public TypeApplication(Type ty, Type[] params)
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 |