|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects that implements this interface gets informed about the parsing status.
Field Summary | |
static int |
SYNTAXCHECK
|
static int |
TYPECHECK
|
Method Summary | |
void |
parseFailed(IOclParserError[] errors)
Parsing failed with errors. |
void |
parseFinished()
Parsing finished successfully. |
void |
parseStarted(int type)
Parsing started. |
Field Detail |
public static final int SYNTAXCHECK
public static final int TYPECHECK
Method Detail |
public void parseStarted(int type)
type
- can be SYNTAXCHECK
or TYPECHECK
.public void parseFinished()
public void parseFailed(IOclParserError[] errors)
errors
- OCL parsing errors.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |