Uses of Class
orc.ast.oil.Isolated

Packages that use Isolated
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.oil.xml JAXB implementation classes for the Orc Intermediate Language XML binding. 
 

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)
           
 java.lang.Void Walker.visit(Isolated expr)
           
 E Visitor.visit(Isolated expr)
           
 Node Compiler.visit(Isolated expr)
           
 

Uses of Isolated in orc.ast.oil.xml
 

Methods in orc.ast.oil.xml with parameters of type Isolated
 Expression Marshaller.visit(Isolated atomic)