|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenProcessor | |
|---|---|
| org.netbeans.editor | |
| org.netbeans.editor.ext | Completion Design View |
| Uses of TokenProcessor in org.netbeans.editor |
|---|
| Methods in org.netbeans.editor with parameters of type TokenProcessor | |
|---|---|
void |
SyntaxSupport.tokenizeText(TokenProcessor tp,
int startOffset,
int endOffset,
boolean forceLastBuffer)
Parse the text and pass the resulting tokens to the token processor. |
void |
SyntaxSupport.tokenizeText(TokenProcessor tp,
String text)
Parse the text and pass the resulting tokens to the token processor. |
| Uses of TokenProcessor in org.netbeans.editor.ext |
|---|
| Subinterfaces of TokenProcessor in org.netbeans.editor.ext | |
|---|---|
static interface |
ExtSyntaxSupport.DeclarationTokenProcessor
Token processor extended to get declaration position of the given variable. |
static interface |
ExtSyntaxSupport.VariableMapTokenProcessor
|
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||