JIDE 3.5.15

com.jidesoft.editor.tokenmarker
Class CSharpTokenMarker

java.lang.Object
  extended by com.jidesoft.editor.tokenmarker.TokenMarker
      extended by com.jidesoft.editor.tokenmarker.CTokenMarker
          extended by com.jidesoft.editor.tokenmarker.CSharpTokenMarker

public class CSharpTokenMarker
extends CTokenMarker

C# token marker.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jidesoft.editor.tokenmarker.TokenMarker
TokenMarker.LineInfo
 
Field Summary
 
Fields inherited from class com.jidesoft.editor.tokenmarker.TokenMarker
_lineInfoExtended, _lineInfoToken, _tokens, firstToken, lastLine, lastToken, length, lineInfo, nextLineRequested
 
Constructor Summary
CSharpTokenMarker()
           
 
Method Summary
static KeywordMap getKeywords()
           
 
Methods inherited from class com.jidesoft.editor.tokenmarker.CTokenMarker
getCurrentKeywords, markTokensImpl, setCurrentKeywords
 
Methods inherited from class com.jidesoft.editor.tokenmarker.TokenMarker
addToken, deleteLines, ensureCapacity, getDocument, getLastToken, getLineCount, insertLines, isNextLineRequested, markTokens, setDocument, supportsMultilineTokens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSharpTokenMarker

public CSharpTokenMarker()
Method Detail

getKeywords

public static KeywordMap getKeywords()

JIDE 3.5.15