Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.syntax
Class JavaTokenMarker  view JavaTokenMarker download JavaTokenMarker.java

java.lang.Object
  extended byorg.gjt.sp.jedit.syntax.TokenMarker
      extended byorg.gjt.sp.jedit.syntax.CTokenMarker
          extended byorg.gjt.sp.jedit.syntax.JavaTokenMarker

public class JavaTokenMarker
extends CTokenMarker

Java token marker.

Version:
$Id: JavaTokenMarker.java,v 1.6 2003/06/30 17:31:10 blaisorblade Exp $

Nested Class Summary
 
Nested classes inherited from class org.gjt.sp.jedit.syntax.TokenMarker
TokenMarker.LineInfo
 
Field Summary
private static KeywordMap javaKeywords
           
 
Fields inherited from class org.gjt.sp.jedit.syntax.CTokenMarker
METHOD_DELIMITERS
 
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, addToken, deleteLines, ensureCapacity, getLineCount, getMaxLineWidth, insertLines, isNextLineRequested, markTokens, setLineWidth, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaKeywords

private static KeywordMap javaKeywords
Constructor Detail

JavaTokenMarker

public JavaTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()