Uses of Class
orc.ast.sites.Site

Packages that use Site
orc.ast.oil.expression.argument   
orc.ast.simple.argument   
orc.ast.sites Compile-time representation of Orc sites. 
 

Uses of Site in orc.ast.oil.expression.argument
 

Fields in orc.ast.oil.expression.argument declared as Site
 Site Site.site
           
 

Constructors in orc.ast.oil.expression.argument with parameters of type Site
ResolvedSite(Config config, Site site)
           
Site(Site site)
           
 

Uses of Site in orc.ast.simple.argument
 

Fields in orc.ast.simple.argument declared as Site
 Site Site.site
           
 

Constructors in orc.ast.simple.argument with parameters of type Site
Site(Site site)
           
 

Uses of Site in orc.ast.sites
 

Subclasses of Site in orc.ast.sites
 class JavaSite
           
 class OrcSite
           
 

Fields in orc.ast.sites declared as Site
static Site Site.CONS
           
static Site Site.DATATYPE
           
static Site Site.EQUAL
           
static Site Site.ERROR
           
static Site Site.IF
           
static Site Site.ISNONE
           
static Site Site.ISSOME
           
static Site Site.LET
           
static Site Site.NIL
           
static Site Site.NONE
           
static Site Site.NOT
           
static Site Site.SOME
           
static Site Site.TRYCONS
           
static Site Site.TRYNIL
           
 

Methods in orc.ast.sites that return Site
static Site Site.build(java.lang.String protocol, java.lang.String location)
           
static Site Site.build(java.lang.String protocol, java.net.URI location)
           
static Site Site.buildCoreSite(java.lang.String primitive)