jedit.lang
Class JavaScriptTokenMarker

java.lang.Object
  extended by jedit.TokenMarker
      extended by jedit.lang.CTokenMarker
          extended by jedit.lang.JavaScriptTokenMarker

public class JavaScriptTokenMarker
extends CTokenMarker

JavaScript token marker.

Version:
$Id: JavaScriptTokenMarker.java,v 1.1 2004/05/05 10:44:26 jferber Exp $
Author:
Slava Pestov

Nested Class Summary
 
Nested classes/interfaces inherited from class jedit.TokenMarker
TokenMarker.LineInfo
 
Field Summary
 
Fields inherited from class jedit.TokenMarker
firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested
 
Constructor Summary
JavaScriptTokenMarker()
           
 
Method Summary
static KeywordMap getKeywords()
           
 
Methods inherited from class jedit.lang.CTokenMarker
markTokensImpl
 
Methods inherited from class jedit.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()


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.