站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

S-Index (Lexer) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.lexer/2 1.19.0 1
A B C D E F G H I J L M N O P R S T V

S

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<? extends TokenId>, 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
Token instance that should be returned by the lexer if there is an active filtering of certain token ids and the just recognized token-id should be skipped.
snapshotOf() - Method in class org.netbeans.api.lexer.TokenHierarchy
If this token hierarchy is snapshot then return the token hierarchy for which this snapshot was constructed.
snapshotRelease() - Method in class org.netbeans.api.lexer.TokenHierarchy
Release snapshot - should only be called if this token hierarchy is a snapshot.
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
Implementation of String.startsWith(String) for character sequences.
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
 
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.

org.netbeans.modules.lexer/2 1.19.0 1
A B C D E F G H I J L M N O P R S T V
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.