- setActive(boolean) - Method in class org.netbeans.spi.lexer.TokenHierarchyControl
-
Making the token hierarchy inactive will release all the tokens in the hierarchy
so that there will be no tokens.
- setValue(Language<?>, Object, Object, boolean) - Method in class org.netbeans.api.lexer.InputAttributes
-
Assign a new value to a property for the language path constructed
from the given language.
- setValue(LanguagePath, Object, Object, boolean) - Method in class org.netbeans.api.lexer.InputAttributes
-
Assign a new value to a property for the given language path.
- size() - Method in class org.netbeans.api.lexer.LanguagePath
-
Get total number of languages in this language path.
- SKIP_TOKEN - Static variable in class org.netbeans.spi.lexer.TokenFactory
-
- startSkipLength() - Method in class org.netbeans.spi.lexer.LanguageEmbedding
-
Get length of the initial part of the token (for which the embedding
is being created) that should be skipped
so it will be excluded from lexing and no tokens will be created for it.
- startsWith(CharSequence, CharSequence) - Static method in class org.netbeans.api.lexer.TokenUtilities
-
- state() - Method in interface org.netbeans.spi.lexer.Lexer
-
This method is called by lexer's infrastructure
to return present lexer's state
once the lexer has recognized and returned a token.
- state() - Method in class org.netbeans.spi.lexer.LexerRestartInfo
-
Get state from which the lexer should start lexing.
- subPath(int) - Method in class org.netbeans.api.lexer.LanguagePath
-
Gets the path starting at the given index and ending after
the last language contained in this path.
- subPath(int, int) - Method in class org.netbeans.api.lexer.LanguagePath
-
Gets the path starting at the given index and ending after
the last language contained in this path.
- subSequence(int) - Method in class org.netbeans.api.lexer.TokenSequence
-
Create sub sequence of this token sequence that only returns
tokens above the given offset.
- subSequence(int, int) - Method in class org.netbeans.api.lexer.TokenSequence
-
Create sub sequence of this token sequence that only returns
tokens between the given offsets.