orc.ast.sites
Class OrcSite

java.lang.Object
  extended by orc.ast.sites.Site
      extended by orc.ast.sites.OrcSite

public class OrcSite
extends Site


Field Summary
protected  java.net.URI location
           
 
Fields inherited from class orc.ast.sites.Site
CONS, DATATYPE, EQUAL, ERROR, IF, ISNONE, ISSOME, JAVA, LET, NIL, NONE, NOT, ORC, SOME, TRYCONS, TRYNIL
 
Constructor Summary
OrcSite(java.net.URI location)
           
 
Method Summary
 java.lang.Class classify()
           
 java.net.URI getLocation()
           
 java.lang.String getProtocol()
           
 Site instantiate()
           
 
Methods inherited from class orc.ast.sites.Site
build, build, buildCoreSite, equals, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

location

protected java.net.URI location
Constructor Detail

OrcSite

public OrcSite(java.net.URI location)
Method Detail

getLocation

public java.net.URI getLocation()
Specified by:
getLocation in class Site

getProtocol

public java.lang.String getProtocol()
Specified by:
getProtocol in class Site

classify

public java.lang.Class classify()
                         throws SiteResolutionException
Throws:
SiteResolutionException

instantiate

public Site instantiate()
                 throws SiteResolutionException
Specified by:
instantiate in class Site
Throws:
SiteResolutionException