|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IISeriesEditorSyntaxChecker
Implemented by syntax checkers.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Method Summary | |
|---|---|
ISeriesEditorSyntaxError[] |
checkSyntax(int iLineStart,
int iLineEnd)
Syntax checks the given line range. |
void |
checkSyntaxOfCurrentLine()
Syntax checks the line of the document that the cursor is on. |
void |
checkSyntaxOfDocument()
Syntax checks all the lines of the document. |
void |
checkSyntaxOfRange(int iLineStart,
int iLineEnd)
Syntax checks all the lines of the document. |
void |
checkSyntaxOfSelection()
Syntax checks all the lines of the selected range. |
boolean |
isAvailable()
Returns whether the syntax checker is available. |
| Field Detail |
|---|
static final String Copyright
| Method Detail |
|---|
ISeriesEditorSyntaxError[] checkSyntax(int iLineStart,
int iLineEnd)
void checkSyntaxOfCurrentLine()
void checkSyntaxOfDocument()
void checkSyntaxOfSelection()
void checkSyntaxOfRange(int iLineStart,
int iLineEnd)
boolean isAvailable()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||