ij.plugin.frame.jedit.tokenmarker
Class CCTokenMarker

java.lang.Object
  extended by ij.plugin.frame.jedit.tokenmarker.TokenMarker
      extended by ij.plugin.frame.jedit.tokenmarker.CTokenMarker
          extended by ij.plugin.frame.jedit.tokenmarker.CCTokenMarker

public class CCTokenMarker
extends CTokenMarker

C++ token marker.

Version:
$Id: CCTokenMarker.java,v 1.6 1999/12/13 03:40:29 sp Exp $
Author:
Slava Pestov

Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
Constructor Summary
CCTokenMarker()
           
 
Method Summary
static KeywordMap getKeywords()
           
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.CTokenMarker
markTokensImpl
 
Methods inherited from class ij.plugin.frame.jedit.tokenmarker.TokenMarker
deleteLines, getLineCount, insertLines, isNextLineRequested, markTokens, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCTokenMarker

public CCTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()