|
||||||||||
| 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.SiteType
public class SiteType
A syntactic type corresponding to a Java class implementing a type. In order to convert this to an actual type, the Java class must be a subtype of orc.type.Type
| Field Summary | |
|---|---|
java.lang.String |
classname
|
| Constructor Summary | |
|---|---|
SiteType()
|
|
SiteType(java.lang.String classname)
|
|
| 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 java.lang.String classname
| Constructor Detail |
|---|
public SiteType()
public SiteType(java.lang.String classname)
| 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 | |||||||||