Uses of Class
orc.ast.oil.Semi

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

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

Uses of Semi in orc.orchard.oil
 

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