ij.plugin.frame.jedit.tokenmarker
Class TSQLTokenMarker

java.lang.Object
  extended by ij.plugin.frame.jedit.tokenmarker.TokenMarker
      extended by ij.plugin.frame.jedit.tokenmarker.SQLTokenMarker
          extended by ij.plugin.frame.jedit.tokenmarker.TSQLTokenMarker

public class TSQLTokenMarker
extends SQLTokenMarker

Transact-SQL token marker.


Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
Field Summary
 
Fields inherited from class ij.plugin.frame.jedit.tokenmarker.SQLTokenMarker
isTSQL
 
Fields inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
firstToken, lastLine, lastToken, lineInfo, nextLineRequested
 
Constructor Summary
TSQLTokenMarker()
           
 
Method Summary
static KeywordMap getKeywordMap()
           
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.SQLTokenMarker
markTokensImpl
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
addToken, deleteLines, ensureCapacity, getLineCount, insertLines, isNextLineRequested, markTokens, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSQLTokenMarker

public TSQLTokenMarker()
Method Detail

getKeywordMap

public static KeywordMap getKeywordMap()