orc.ast.sites
Class JavaSite

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

public class JavaSite
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
JavaSite(java.net.URI location)
           
 
Method Summary
 java.net.URI getLocation()
           
 java.lang.String getProtocol()
           
 Site instantiate(Config config)
           
 
Methods inherited from class orc.ast.sites.Site
build, build, buildCoreSite, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

location

protected java.net.URI location
Constructor Detail

JavaSite

public JavaSite(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

instantiate

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