Uses of Class
orc.ast.oil.Null

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

Uses of Null in orc.ast.oil
 

Methods in orc.ast.oil with parameters of type Null
 void Walker.enter(Null arg)
           
 void Walker.leave(Null arg)
           
 java.lang.Object Walker.visit(Null arg)
           
 E Visitor.visit(Null expr)
           
 

Uses of Null in orc.orchard.oil
 

Methods in orc.orchard.oil with parameters of type Null
 Expression Marshaller.visit(Null expr)