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.


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.TokenMarker
firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested
 
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
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

IDLTokenMarker

public IDLTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()