|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String Copyright
Method Detail |
public ISeriesEditorSyntaxError[] checkSyntax(int iLineStart, int iLineEnd)
public void checkSyntaxOfCurrentLine()
public void checkSyntaxOfDocument()
public void checkSyntaxOfSelection()
public void checkSyntaxOfRange(int iLineStart, int iLineEnd)
public boolean isAvailable()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |