Uses of Class
orc.ast.oil.expression.Def

Packages that use Def
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.oil.expression   
orc.ast.simple.expression   
orc.ast.xml.expression   
 

Uses of Def in orc.ast.oil
 

Methods in orc.ast.oil that return Def
 Def Transformer.visit(Def d)
           
 

Methods in orc.ast.oil with parameters of type Def
 void Walker.enter(Def def)
           
 void Walker.leave(Def def)
           
 Def Transformer.visit(Def d)
           
 

Uses of Def in orc.ast.oil.expression
 

Fields in orc.ast.oil.expression declared as Def
 Def Catch.handler
           
 

Fields in orc.ast.oil.expression with type parameters of type Def
 java.util.List<Def> DeclareDefs.defs
           
 

Constructors in orc.ast.oil.expression with parameters of type Def
Catch(Def handler, Expression tryBlock)
           
 

Constructor parameters in orc.ast.oil.expression with type arguments of type Def
DeclareDefs(java.util.List<Def> defs, Expression body)
           
 

Uses of Def in orc.ast.simple.expression
 

Methods in orc.ast.simple.expression that return Def
 Def Def.convert(Env<Variable> vars, Env<TypeVariable> typevars)
           
 

Methods in orc.ast.simple.expression that return types with arguments of type Def
static java.util.List<Def> Def.convertAll(java.util.List<Def> ds, Env<Variable> vars, Env<TypeVariable> typevars)
          Convenience method, to apply convert to a list of defs.
 

Uses of Def in orc.ast.xml.expression
 

Methods in orc.ast.xml.expression that return Def
 Def Def.unmarshal(Config config)