Uses of Package
orc.ast.oil

Packages that use orc.ast.oil
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.oil.arg   
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
orc.orchard Orchard is the service-oriented implementation of Orc. 
orc.orchard.oil JAXB implementation classes for the Orc Intermediate Language XML binding. 
 

Classes in orc.ast.oil used by orc.ast.oil
Bar
           
Call
           
Def
          A unit of syntax that encapsulates an expression definition.
Defs
           
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
Null
           
Pull
           
Push
           
Semi
           
Visitor
          Visitor for OIL expressions.
 

Classes in orc.ast.oil used by orc.ast.oil.arg
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
Visitor
          Visitor for OIL expressions.
 

Classes in orc.ast.oil used by orc.ast.simple
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
 

Classes in orc.ast.oil used by orc.orchard
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
Visitor
          Visitor for OIL expressions.
Walker
          Abstract base class tree walker for Oil expressions.
 

Classes in orc.ast.oil used by orc.orchard.oil
Bar
           
Call
           
Def
          A unit of syntax that encapsulates an expression definition.
Defs
           
Expr
          Base class for the portable (.oil, for Orc Intermediate Language) abstract syntax tree.
Null
           
Pull
           
Push
           
Semi
           
Visitor
          Visitor for OIL expressions.