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

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

Uses of Isolated in orc.ast.oil
 

Methods in orc.ast.oil with parameters of type Isolated
 void Walker.enter(Isolated expr)
           
 void Walker.leave(Isolated expr)
           
 Node Compiler.visit(Isolated expr)
           
 java.lang.Void Walker.visit(Isolated expr)
           
 E Visitor.visit(Isolated expr)
           
 java.lang.Void IsolatedOnChecker.visit(Isolated isolatedExpr)
           
 Expression Transformer.visit(Isolated expr)
           
 E ContextualVisitor.visit(Isolated expr, C context)