Uses of Class
orc.ast.simple.arg.NamedVar

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

Uses of NamedVar in orc.ast.simple
 

Methods in orc.ast.simple with parameters of type NamedVar
 Expression Semi.subst(Argument a, NamedVar x)
           
 Definition Definition.subst(Argument a, NamedVar x)
           
 Expression Silent.subst(Argument a, NamedVar x)
           
abstract  Expression Expression.subst(Argument a, NamedVar x)
          Performs the substitution [a/x], replacing occurrences of the free variable x with the new argument a (which could be any argument, including another variable).
 Expression Parallel.subst(Argument a, NamedVar x)
           
 Expression Call.subst(Argument a, NamedVar x)
           
 Expression Defs.subst(Argument a, NamedVar x)
           
 Expression Let.subst(Argument a, NamedVar x)
           
 Sequential Sequential.subst(Argument a, NamedVar x)
           
 Expression Where.subst(Argument a, NamedVar x)
           
 

Method parameters in orc.ast.simple with type arguments of type NamedVar
 Expression Expression.suball(java.util.Map<NamedVar,? extends Argument> m)
          Perform a set of substitutions defined by a map.
 

Uses of NamedVar in orc.ast.simple.arg
 

Methods in orc.ast.simple.arg with parameters of type NamedVar
 int NamedVar.compareTo(NamedVar f)
           
 Argument Argument.subst(Argument newArg, NamedVar oldArg)