|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.comedia.text.CAbstractHighlighter | +--org.comedia.text.CPascalHighlighter
Extends the CAbstractHighlighter to process Pascal source files.
Fields inherited from class org.comedia.text.CAbstractHighlighter |
commentAttr, delimAttr, identAttr, keywordAttr, numberAttr, scanner, stringAttr, whiteSpaceAttr |
Constructor Summary | |
CPascalHighlighter()
Constract this class with default properties. |
Method Summary | |
boolean |
isMultilineComment()
Check if current is a multiline comment. |
int |
locateUnclosedComment(java.lang.String text,
int pos)
Locates a last unclosed multiline comment before specified position. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CPascalHighlighter()
Method Detail |
public int locateUnclosedComment(java.lang.String text, int pos)
locateUnclosedComment
in class CAbstractHighlighter
text
- the text to search in.pos
- the last positionpublic boolean isMultilineComment()
isMultilineComment
in class CAbstractHighlighter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |