Uses of Class
orc.ast.oil.Atomic

Packages that use Atomic
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 Atomic in orc.ast.oil
 

Methods in orc.ast.oil with parameters of type Atomic
 void Walker.enter(Atomic expr)
           
 void Walker.leave(Atomic expr)
           
 java.lang.Void Walker.visit(Atomic expr)
           
 E Visitor.visit(Atomic atomic)
           
 Node Compiler.visit(Atomic atomic)
           
 

Uses of Atomic in orc.ast.oil.xml
 

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