Uses of Class
orc.ast.oil.arg.Constant

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

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

Uses of Constant in orc.orchard.oil
 

Methods in orc.orchard.oil with parameters of type Constant
 Expression Marshaller.visit(Constant arg)