Uses of Class
orc.error.compiletime.UnboundVariableException

Packages that use UnboundVariableException
orc.ast.simple.argument   
orc.ast.simple.expression   
 

Uses of UnboundVariableException in orc.ast.simple.argument
 

Methods in orc.ast.simple.argument that throw UnboundVariableException
 Argument FreeVariable.convert(Env<Variable> vars)
           
abstract  Argument Argument.convert(Env<Variable> vars)
          Convert to DeBruijn index.
static java.util.List<Argument> Argument.convertAll(java.util.List<Argument> as, Env<Variable> vars)
           
 

Uses of UnboundVariableException in orc.ast.simple.expression
 

Methods in orc.ast.simple.expression that throw UnboundVariableException
 Expression Let.convert(Env<Variable> vars, Env<TypeVariable> typevars)