Uses of Interface
org.ocleditor.parser.model.IOclModelVisitor

Packages that use IOclModelVisitor
org.ocleditor.parser.model   
org.oclparser.internal.core.model   
 

Uses of IOclModelVisitor in org.ocleditor.parser.model
 

Methods in org.ocleditor.parser.model with parameters of type IOclModelVisitor
 void IOclElement.accept(IOclModelVisitor visitor)
          Accepts the given visitor.
 

Uses of IOclModelVisitor in org.oclparser.internal.core.model
 

Methods in org.oclparser.internal.core.model with parameters of type IOclModelVisitor
 void OclElement.accept(IOclModelVisitor visitor)