ij.plugin.frame.jedit.tokenmarker
Class IDLTokenMarker

java.lang.Object
  extended by ij.plugin.frame.jedit.tokenmarker.TokenMarker
      extended by ij.plugin.frame.jedit.tokenmarker.CTokenMarker
          extended by ij.plugin.frame.jedit.tokenmarker.IDLTokenMarker

public class IDLTokenMarker
extends CTokenMarker

IDL token marker.

Version:
$Id: IDLTokenMarker.java,v 1.2 1999/12/18 06:10:56 sp Exp $
Author:
Slava Pestov, Juha Lindfors

Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
Constructor Summary
IDLTokenMarker()
           
 
Method Summary
static KeywordMap getKeywords()
           
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.CTokenMarker
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

IDLTokenMarker

public IDLTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()