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 abstract Lexer<T> |
LanguageHierarchy.createLexer(LexerRestartInfo<T> info)
Create lexer prepared for returning tokens
from subsequent calls to
nextToken() . |
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.