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

Packages that use Constant
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
 

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)