Uses of Class
orc.ast.simple.Definition

Packages that use Definition
orc.ast.simple Desugared AST which is close to the final format (OIL) but includes named variables. 
 

Uses of Definition in orc.ast.simple
 

Fields in orc.ast.simple with type parameters of type Definition
 java.util.List<Definition> Defs.defs
           
 

Methods in orc.ast.simple that return Definition
 Definition Definition.subst(Argument a, NamedVar x)
           
 

Constructor parameters in orc.ast.simple with type arguments of type Definition
Defs(java.util.List<Definition> defs, Expression body)