Uses of Class
orc.ast.oil.Walker

Packages that use Walker
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
 

Uses of Walker in orc.ast.oil
 

Subclasses of Walker in orc.ast.oil
 class RenameVariables
          Renumber variables in an expression according to some arbitrary mapping (relative to the context of the expression).
 class UnguardedRecursionChecker
          Check for unguarded recursion in function definitions.