Package orc.ast.sites

Compile-time representation of Orc sites.

See:
          Description

Class Summary
JavaSite  
OrcSite  
Site A portable representation of sites.
 

Package orc.ast.sites Description

Compile-time representation of Orc sites. Each site has a URI and a protocol (which governs the interpretation of the URI). For example, the "orc" protocol expects the URI to name a class (extending orc.runtime.sites.Site) in the classpath.