org.gjt.sp.jedit.syntax
Class SQLTokenMarker

java.lang.Object
  |
  +--org.gjt.sp.jedit.syntax.TokenMarker
        |
        +--org.gjt.sp.jedit.syntax.CTokenMarker
              |
              +--org.gjt.sp.jedit.syntax.SQLTokenMarker

public class SQLTokenMarker
extends CTokenMarker

TokenMarker pour le langage SQL


Inner classes inherited from class org.gjt.sp.jedit.syntax.TokenMarker
TokenMarker.LineInfo
 
Fields inherited from class org.gjt.sp.jedit.syntax.TokenMarker
firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested
 
Constructor Summary
SQLTokenMarker()
           
 
Method Summary
static KeywordMap getKeywords()
           
 
Methods inherited from class org.gjt.sp.jedit.syntax.CTokenMarker
markTokensImpl
 
Methods inherited from class org.gjt.sp.jedit.syntax.TokenMarker
addToken, deleteLines, ensureCapacity, insertLines, isNextLineRequested, markTokens, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTokenMarker

public SQLTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()