ij.plugin.frame.jedit.tokenmarker
Class JavaScriptTokenMarker

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

public class JavaScriptTokenMarker
extends CTokenMarker

JavaScript 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
JavaScriptTokenMarker()
           
 
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

JavaScriptTokenMarker

public JavaScriptTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()