| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.ANALYZERIdentifies problems found in the abstract syntax parsing phase. | 
| static ProblemHandler.Phase | ProblemHandler.Phase.LEXERIdentifies problems found in the tokenizing (lexing) phase. | 
| static ProblemHandler.Phase | ProblemHandler.Phase.PARSERIdentifies problems found in the concrete syntax parsing phase. | 
| static ProblemHandler.Phase | ProblemHandler.Phase.UNPARSERIdentifies problems found in un-parsing an OCL expression or constraint. | 
| static ProblemHandler.Phase | ProblemHandler.Phase.UTILITYIdentifies problems found in a utility method (not really a parsing phase). | 
| static ProblemHandler.Phase | ProblemHandler.Phase.VALIDATORIdentifies 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||