public class SQLTokenMarker extends TokenMarker
TokenMarker.LineInfo| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isTSQL |
currentTokenOffset, firstToken, lastLine, lastToken, lineIndex, lineInfo, nextLineRequested, offsetGap, PAT_EMPTY, syntaxListener| Constructor and Description |
|---|
SQLTokenMarker() |
SQLTokenMarker(KeywordMap k) |
SQLTokenMarker(KeywordMap k,
boolean tsql) |
| Modifier and Type | Method and Description |
|---|---|
protected byte |
markTokensImpl(byte token,
javax.swing.text.Segment line,
int lineIndex,
boolean externalTokenizer)
Splits a line up into tokens.
|
addToken, deleteLines, ensureCapacity, getLineCount, getLineIndex, getLineOffsetString, getMaxLineWidth, getOffsetGap, getSyntaxListener, insertLines, isNextLineRequested, markTokens, markTokens, setLineWidth, setOffsetGap, setSyntaxListener, supportsMultilineTokenspublic SQLTokenMarker()
public SQLTokenMarker(KeywordMap k)
public SQLTokenMarker(KeywordMap k, boolean tsql)
protected byte markTokensImpl(byte token,
javax.swing.text.Segment line,
int lineIndex,
boolean externalTokenizer)
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 0externalTokenizer - true for an external tokenizerCopyright © 2016, 2017, 2018, 2019, 2023, 2025 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence