|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.simple.type.Type
orc.ast.simple.type.NamedType
public class NamedType
A simple named type.
| Field Summary | |
|---|---|
java.lang.String |
name
|
| Fields inherited from class orc.ast.simple.type.Type |
|---|
BLANK |
| Constructor Summary | |
|---|---|
NamedType(java.lang.String name)
|
|
| Method Summary | |
|---|---|
Type |
convert(Env<java.lang.String> env)
Convert this syntactic type into an actual type, given an appropriate type context |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
| Constructor Detail |
|---|
public NamedType(java.lang.String name)
| Method Detail |
|---|
public Type convert(Env<java.lang.String> env)
throws TypeException
Type
convert in class TypeTypeExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||