|
||||||||||
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.TypeVariable
public class TypeVariable
A simple named type.
Field Summary | |
---|---|
int |
index
|
java.lang.String |
name
|
Constructor Summary | |
---|---|
TypeVariable()
|
|
TypeVariable(int index)
|
|
TypeVariable(int index,
java.lang.String name)
|
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 int index
public java.lang.String name
Constructor Detail |
---|
public TypeVariable()
public TypeVariable(int index)
public TypeVariable(int index, java.lang.String name)
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 |