Package | Description |
---|---|
org.netbeans.spi.lexer |
The main abstract class in the Lexer SPI that must be implemented
is
LanguageHierarchy that mainly defines
set of token ids and token categories for the new language
and its Lexer . |
Modifier and Type | Method and Description |
---|---|
protected EmbeddingPresence |
LanguageHierarchy.embeddingPresence(T id)
Determine whether embedding may be present for a token with the given token id.
|
static EmbeddingPresence |
EmbeddingPresence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddingPresence[] |
EmbeddingPresence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|