processing.app.syntax
Class PdeKeywords

java.lang.Object
  extended by processing.app.syntax.TokenMarker
      extended by processing.app.syntax.CTokenMarker
          extended by processing.app.syntax.PdeKeywords

public class PdeKeywords
extends CTokenMarker


Nested Class Summary
 
Nested classes/interfaces inherited from class processing.app.syntax.TokenMarker
TokenMarker.LineInfo
 
Constructor Summary
PdeKeywords()
           
 
Method Summary
static KeywordMap getKeywords()
          Handles loading of keywords file.
static java.lang.String getReference(java.lang.String keyword)
           
 
Methods inherited from class processing.app.syntax.CTokenMarker
markTokensImpl
 
Methods inherited from class processing.app.syntax.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

PdeKeywords

public PdeKeywords()
Method Detail

getKeywords

public static KeywordMap getKeywords()
Handles loading of keywords file.

Uses getKeywords() method because that's part of the TokenMarker classes.

It is recommended that a # sign be used for comments inside keywords.txt.


getReference

public static java.lang.String getReference(java.lang.String keyword)