|
||||||||||
| 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(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(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. |
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(String lname)
lname - the localized name of the phase| Method Detail |
|---|
public final int compareTo(ProblemHandler.Phase o)
compareTo in interface Comparable<ProblemHandler.Phase>public final int hashCode()
hashCode in class Objectpublic final boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class 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 | |||||||||