orc.ast.xml.type
Class SiteType

java.lang.Object
  extended by orc.ast.xml.type.Type
      extended by orc.ast.xml.type.SiteType

public class SiteType
extends Type

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

Author:
dkitchin

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

classname

public java.lang.String classname
Constructor Detail

SiteType

public SiteType()

SiteType

public SiteType(java.lang.String classname)
Method Detail

unmarshal

public Type unmarshal()
Description copied from class: Type
Convert this syntactic type into an actual type.

Specified by:
unmarshal in class Type
Returns:
A new node.