public class FortranTokenMarker extends TokenMarker
BITS, BOOL,
INDEX, TRMLENTokenMarker.LineInfofirstToken, lastLine, lastToken, length, lineInfo, nextLineRequested| Constructor and Description |
|---|
FortranTokenMarker()
Constructor, with a wee bit of initialization.
|
| Modifier and Type | Method and Description |
|---|---|
static KeywordMap |
getKeywords()
Return the keyword map.
|
byte |
markTokensImpl(byte token,
javax.swing.text.Segment line,
int lineIndex)
Implementation of code to mark tokens.
|
addToken, addToken, deleteLines, ensureCapacity, getLineCount, getMaxLineWidth, insertLines, isNextLineRequested, markTokens, setLineWidth, supportsMultilineTokenspublic FortranTokenMarker()
public byte markTokensImpl(byte token,
javax.swing.text.Segment line,
int lineIndex)
markTokensImpl in class TokenMarkertoken - The initial token type for this lineline - The line to be tokenizedlineIndex - The index of the line in the document,
starting at 0public static KeywordMap getKeywords()
Copyright ? 2002 Romain Guy.