org.gjt.sp.jedit.syntax
Class CCTokenMarker

java.lang.Object
  extended by org.gjt.sp.jedit.syntax.TokenMarker
      extended by org.gjt.sp.jedit.syntax.CTokenMarker
          extended by org.gjt.sp.jedit.syntax.CCTokenMarker

public class CCTokenMarker
extends CTokenMarker

C++ token marker.

Version:
$Id: CCTokenMarker.java,v 1.1.1.1 2001/08/20 22:32:04 gfx Exp $
Author:
Slava Pestov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gjt.sp.jedit.syntax.TokenMarker
TokenMarker.LineInfo
 
Field Summary
 
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
CCTokenMarker()
           
 
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
 

Constructor Detail

CCTokenMarker

public CCTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()


Copyright ? 2002 Romain Guy.