Uses of Class
org.syntax.jedit.KeywordMap

Packages that use KeywordMap
org.syntax.jedit.tokenmarker   
 

Uses of KeywordMap in org.syntax.jedit.tokenmarker
 

Methods in org.syntax.jedit.tokenmarker that return KeywordMap
static KeywordMap JavaTokenMarker.getKeywords()
           
static KeywordMap CTokenMarker.getKeywords()
           
 

Constructors in org.syntax.jedit.tokenmarker with parameters of type KeywordMap
CTokenMarker(boolean cpp, KeywordMap keywords)