|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.lpg.ProblemHandler.Phase
public static class ProblemHandler.Phase
Standard processing phases for problem messages. This class may be extended by custom problem handlers to define additional phases in custom processes.
Field Summary | |
---|---|
static ProblemHandler.Phase |
ANALYZER
Identifies problems found in the abstract syntax parsing phase. |
static ProblemHandler.Phase |
LEXER
Identifies problems found in the tokenizing (lexing) phase. |
static ProblemHandler.Phase |
PARSER
Identifies problems found in the concrete syntax parsing phase. |
static ProblemHandler.Phase |
UNPARSER
Identifies problems found in un-parsing an OCL expression or constraint. |
static ProblemHandler.Phase |
UTILITY
Identifies problems found in a utility method (not really a parsing phase). |
static ProblemHandler.Phase |
VALIDATOR
Identifies problems found in the abstract syntax validation phase. |
Constructor Summary | |
---|---|
protected |
ProblemHandler.Phase(java.lang.String lname)
Creates a new phase instance with a localized name for display in error messages. |
Method Summary | |
---|---|
int |
compareTo(ProblemHandler.Phase o)
Phases sort according to their names. |
boolean |
equals(java.lang.Object obj)
I am equal to any Phase that has the same localized name as I. |
int |
hashCode()
My hash code is my localized name's hash code. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static ProblemHandler.Phase LEXER
public static ProblemHandler.Phase PARSER
public static ProblemHandler.Phase ANALYZER
public static ProblemHandler.Phase VALIDATOR
public static ProblemHandler.Phase UTILITY
public static ProblemHandler.Phase UNPARSER
Constructor Detail |
---|
protected ProblemHandler.Phase(java.lang.String lname)
lname
- the localized name of the phaseMethod Detail |
---|
public final int compareTo(ProblemHandler.Phase o)
compareTo
in interface java.lang.Comparable<ProblemHandler.Phase>
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |