Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Field and Description |
---|---|
protected TokenContextPath |
Syntax.tokenContextPath
Path from which the found token-id comes from.
|
Modifier and Type | Method and Description |
---|---|
TokenContextPath[] |
TokenContext.getAllContextPaths()
Get all the context paths for this token-context including
itself as the first one and all its children.
|
TokenContextPath |
TokenContextPath.getBase()
Get the base path which corresponds to only the first context
in the context-array.
|
TokenContextPath |
TokenContext.getContextPath()
Get the context path for this token-context.
|
TokenContextPath |
SyntaxUpdateTokens.TokenInfo.getContextPath() |
TokenContextPath |
TokenContext.getContextPath(TokenContextPath childPath)
Get the context path for this token-context that is derived
from the path of one of the children.
|
TokenContextPath |
TokenContextPath.getParent()
Get parent context-path that consists of all the contexts
of this path except the last one.
|
TokenContextPath |
Syntax.getTokenContextPath()
Get the token-context-path of the returned token.
|
TokenContextPath |
TokenItem.getTokenContextPath()
Get the token-id of this token-item
|
TokenContextPath |
TokenItem.AbstractItem.getTokenContextPath() |
TokenContextPath |
TokenItem.FilterItem.getTokenContextPath() |
TokenContextPath |
TokenContextPath.replaceStart(TokenContextPath byPath)
Get the path which has the initial part of the path
(usually only the base path) replaced by the given path.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TokenContextPath.contains(TokenContextPath tcp)
Does this path contain the given path.
|
TokenContextPath |
TokenContext.getContextPath(TokenContextPath childPath)
Get the context path for this token-context that is derived
from the path of one of the children.
|
TokenContextPath |
TokenContextPath.replaceStart(TokenContextPath byPath)
Get the path which has the initial part of the path
(usually only the base path) replaced by the given path.
|
abstract void |
SyntaxUpdateTokens.syntaxUpdateToken(TokenID id,
TokenContextPath contextPath,
int offset,
int length)
Notification that a token was found during updating
of lexical states.
|
boolean |
TokenProcessor.token(TokenID tokenID,
TokenContextPath tokenContextPath,
int tokenBufferOffset,
int tokenLength)
Notify that the token was found.
|
Constructor and Description |
---|
AbstractItem(TokenID tokenID,
TokenContextPath tokenContextPath,
int offset,
String image) |
TokenInfo(TokenID id,
TokenContextPath contextPath,
int offset,
int length) |