| org.skunk.swing.text.syntax.SyntaxTokenizer
All known Subclasses: org.skunk.swing.text.syntax.Flexicizer,
SyntaxTokenizer | public interface SyntaxTokenizer (Code) | | |
Method Summary | |
void | tokenize(SyntaxDocument doc, int offset, int nInserted, int nRemoved) updates the document's style buffer. |
tokenize | void tokenize(SyntaxDocument doc, int offset, int nInserted, int nRemoved)(Code) | | updates the document's style buffer.
The tokenizer determines the correct parse context
from the int parameters.
Parameters: doc - the SyntaxDocument upon which to operate Parameters: offset - the offset of a change to the document Parameters: nInserted - the number of inserted characters Parameters: nRemoved - the number of removed characters |
|
|