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.

Version:
$Id: PLSQLTokenMarker.java,v 1.9 1999/12/13 03:40:30 sp Exp $
Author:
oliver henning

Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
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
deleteLines, getLineCount, insertLines, isNextLineRequested, markTokens, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PLSQLTokenMarker

public PLSQLTokenMarker()
Method Detail

getKeywordMap

public static KeywordMap getKeywordMap()