Uses of Class
org.eclipse.ocl.examples.pivot.ProblemHandler.Phase

Packages that use ProblemHandler.Phase
org.eclipse.ocl.examples.pivot   
 

Uses of ProblemHandler.Phase in org.eclipse.ocl.examples.pivot
 

Fields in org.eclipse.ocl.examples.pivot declared as ProblemHandler.Phase
static ProblemHandler.Phase ProblemHandler.Phase.ANALYZER
          Identifies problems found in the abstract syntax parsing phase.
static ProblemHandler.Phase ProblemHandler.Phase.LEXER
          Identifies problems found in the tokenizing (lexing) phase.
static ProblemHandler.Phase ProblemHandler.Phase.PARSER
          Identifies problems found in the concrete syntax parsing phase.
static ProblemHandler.Phase ProblemHandler.Phase.UNPARSER
          Identifies problems found in un-parsing an OCL expression or constraint.
static ProblemHandler.Phase ProblemHandler.Phase.UTILITY
          Identifies problems found in a utility method (not really a parsing phase).
static ProblemHandler.Phase ProblemHandler.Phase.VALIDATOR
          Identifies problems found in the abstract syntax validation phase.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type ProblemHandler.Phase
 int ProblemHandler.Phase.compareTo(ProblemHandler.Phase o)
          Phases sort according to their names.