org.gjt.sp.jedit.syntax
Class JavaTokenMarker

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

public class JavaTokenMarker
extends CTokenMarker

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

JavaTokenMarker

public JavaTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()