Uses of Interface
org.ocleditor.parser.IOclParserError

Packages that use IOclParserError
org.ocleditor.internal.core   
org.ocleditor.internal.core.nature_builder   
org.ocleditor.parser   
org.oclparser.internal.core   
 

Uses of IOclParserError in org.ocleditor.internal.core
 

Methods in org.ocleditor.internal.core with parameters of type IOclParserError
 void OclEditorPlugin.fireParseFailed(IOclParserError[] errors)
          Parse listeners are informed about the test failed.
 

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

Methods in org.ocleditor.internal.core.nature_builder with parameters of type IOclParserError
 void OclMarkerCreator.parseFailed(IOclParserError[] errors)
           
 

Uses of IOclParserError in org.ocleditor.parser
 

Methods in org.ocleditor.parser that return IOclParserError
 IOclParserError[] IOclParser.syntaxCheck(org.eclipse.core.resources.IResource resource)
          Checks the OCL file if it is syntactically correct.
 IOclParserError[] IOclParser.typeCheck(org.eclipse.core.resources.IResource resource)
          Checks the OCL file if it is semantically correct; this means if it conforms to the Java modell.
 

Methods in org.ocleditor.parser with parameters of type IOclParserError
 void IOclParseRunListener.parseFailed(IOclParserError[] errors)
          Parsing failed with errors.
 

Uses of IOclParserError in org.oclparser.internal.core
 

Classes in org.oclparser.internal.core that implement IOclParserError
 class OclParserErrorDresden
          Represents a parser error of the OCL Dresden Toolkit.
 

Methods in org.oclparser.internal.core that return IOclParserError
 IOclParserError[] OclParserDresden.syntaxCheck(org.eclipse.core.resources.IResource resource)
           
 IOclParserError[] OclParserDresden.typeCheck(org.eclipse.core.resources.IResource resource)