|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
orc.ast.oil.expression | |
orc.ast.oil.expression.argument | |
orc.ast.oil.visitor |
Uses of Variable in orc.ast.oil.expression |
---|
Fields in orc.ast.oil.expression with type parameters of type Variable | |
---|---|
java.util.Set<Variable> |
Def.free
|
java.util.Set<Variable> |
DeclareDefs.free
Variables defined outside this node which appear in the bodies of the defs. |
Methods in orc.ast.oil.expression that return types with arguments of type Variable | |
---|---|
java.util.Set<Variable> |
Expression.freeVars()
Find the set of free variables in this expression. |
java.util.Set<Variable> |
Def.freeVars()
|
Uses of Variable in orc.ast.oil.expression.argument |
---|
Methods in orc.ast.oil.expression.argument with parameters of type Variable | |
---|---|
int |
Variable.compareTo(Variable o)
|
Uses of Variable in orc.ast.oil.visitor |
---|
Methods in orc.ast.oil.visitor with parameters of type Variable | |
---|---|
void |
Walker.enter(Variable arg)
|
void |
Walker.leave(Variable arg)
|
void |
RenameVariables.leave(Variable arg)
|
java.lang.Void |
Walker.visit(Variable arg)
|
E |
Visitor.visit(Variable arg)
|
java.lang.Void |
UnguardedRecursionChecker.visit(Variable arg)
|
Expression |
Transformer.visit(Variable arg)
|
java.lang.Void |
TailCallMarker.visit(Variable arg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |