ij.plugin.frame.jedit.tokenmarker
Class JavaTokenMarker

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

public class JavaTokenMarker
extends CTokenMarker

Java 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
JavaTokenMarker()
           
 
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

JavaTokenMarker

public JavaTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()