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

Packages that use Constant
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 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.Void Walker.visit(Constant arg)
           
 E Visitor.visit(Constant arg)
           
 Node Compiler.visit(Constant arg)
           
 

Uses of Constant in orc.ast.oil.xml
 

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