public class FortranTokenMarker extends TokenMarker
BITS
, BOOL
,
INDEX
, TRMLEN
TokenMarker.LineInfo
firstToken, 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, supportsMultilineTokens
public FortranTokenMarker()
public byte markTokensImpl(byte token, javax.swing.text.Segment line, int lineIndex)
markTokensImpl
in class TokenMarker
token
- 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.