org.gjt.sp.jedit.syntax
Class CCTokenMarker

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

public class CCTokenMarker
extends CTokenMarker

C++ 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
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, 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

CCTokenMarker

public CCTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()