org.gjt.sp.jedit.syntax
Class JavaScriptTokenMarker

java.lang.Object
  |
  +--org.gjt.sp.jedit.syntax.TokenMarker
        |
        +--org.gjt.sp.jedit.syntax.CTokenMarker
              |
              +--org.gjt.sp.jedit.syntax.JavaScriptTokenMarker

public class JavaScriptTokenMarker
extends CTokenMarker

JavaScript token marker.


Inner classes inherited from class org.gjt.sp.jedit.syntax.TokenMarker
TokenMarker.LineInfo
 
Fields inherited from class org.gjt.sp.jedit.syntax.TokenMarker
firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested
 
Constructor Summary
JavaScriptTokenMarker()
           
 
Method Summary
static KeywordMap getKeywords()
           
 
Methods inherited from class org.gjt.sp.jedit.syntax.CTokenMarker
markTokensImpl
 
Methods inherited from class org.gjt.sp.jedit.syntax.TokenMarker
addToken, deleteLines, ensureCapacity, 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()