ij.plugin.frame.jedit.tokenmarker
Class PLSQLTokenMarker

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.PLSQLTokenMarker

public class PLSQLTokenMarker
extends SQLTokenMarker

Oracle PL-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
PLSQLTokenMarker()
           
 
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

PLSQLTokenMarker

public PLSQLTokenMarker()
Method Detail

getKeywordMap

public static KeywordMap getKeywordMap()