Uses of Interface
org.ocleditor.parser.IOclParseRunListener

Packages that use IOclParseRunListener
org.ocleditor.internal.core   
org.ocleditor.internal.core.nature_builder   
 

Uses of IOclParseRunListener in org.ocleditor.internal.core
 

Methods in org.ocleditor.internal.core with parameters of type IOclParseRunListener
 void OclEditorPlugin.addParseListener(IOclParseRunListener listener)
          Manually add a parse listener.
 void OclEditorPlugin.removeParseListener(IOclParseRunListener listener)
          Remove a parse listener.
 

Uses of IOclParseRunListener in org.ocleditor.internal.core.nature_builder
 

Classes in org.ocleditor.internal.core.nature_builder that implement IOclParseRunListener
 class OclMarkerCreator
          OclMarkerCreator creates problem markers.