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

I-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

I

id() - Method in class org.netbeans.api.lexer.Token
Get identification of this token.
index() - Method in class org.netbeans.api.lexer.TokenChange
Get index of the first token being modified.
index() - Method in class org.netbeans.api.lexer.TokenSequence
Get an index of token to which (or before which) this TS is currently positioned.
indexOf(CharSequence, int) - Static method in class org.netbeans.api.lexer.TokenUtilities
Implementation of String.indexOf(int) for character sequences.
indexOf(CharSequence, int, int) - Static method in class org.netbeans.api.lexer.TokenUtilities
Implementation of String.indexOf(int,int) for character sequences.
indexOf(CharSequence, CharSequence) - Static method in class org.netbeans.api.lexer.TokenUtilities
Implementation of String.indexOf(String) for character sequences.
indexOf(CharSequence, CharSequence, int) - Static method in class org.netbeans.api.lexer.TokenUtilities
Implementation of String.indexOf(String,int) for character sequences.
innerLanguage() - Method in class org.netbeans.api.lexer.LanguagePath
Return the most inner language of this path.
input() - Method in class org.netbeans.spi.lexer.LexerRestartInfo
 
InputAttributes - Class in org.netbeans.api.lexer
Supplementary information about particular input that may be used to influence the lexer's operation.
InputAttributes() - Constructor for class org.netbeans.api.lexer.InputAttributes
 
inputAttributes() - Method in class org.netbeans.spi.lexer.LexerRestartInfo
 
inputAttributes() - Method in class org.netbeans.spi.lexer.MutableTextInput
Get lexer-specific information about this input or null if there is no specific information.
inputBackup(int) - Method in class org.netbeans.spi.lexer.CharPreprocessor
Backup a given number of input characters.
inputRead() - Method in class org.netbeans.spi.lexer.CharPreprocessor
Read a single character for preprocessing from the underlying input.
inputSource() - Method in class org.netbeans.spi.lexer.MutableTextInput
Get object that logically provides the text for this mutable text input.
insertedLength() - Method in class org.netbeans.api.lexer.TokenHierarchyEvent
Get number of characters inserted by the text modification that caused this token change.
integerState(int) - Static method in class org.netbeans.spi.lexer.LexerInput
Lexer may call this method to get cached java.lang.Integer instance.
isActive() - Method in class org.netbeans.api.lexer.TokenHierarchy
Token hierarchy may be set inactive to release resources consumed by tokens.
isActive() - Method in class org.netbeans.spi.lexer.TokenHierarchyControl
 
isBoundsChange() - Method in class org.netbeans.api.lexer.TokenChange
Whether this change only modifies bounds of a single token.
isCustomText() - Method in class org.netbeans.api.lexer.Token
Check whether Token.text() returns a custom value that may differ from the original content of the text input.
isEmpty() - Method in class org.netbeans.api.lexer.TokenSequence
Check whether this TS contains zero tokens.
isFlyweight() - Method in class org.netbeans.api.lexer.Token
Checks whether this token instance is used for multiple occurrences of this token in this or other inputs.
isInnerLanguage(Language<? extends TokenId>) - Method in class org.netbeans.api.lexer.LanguagePath
Check whether the most inner language of this language path is the given language.
isLanguage(int, Language<? extends TokenId>) - Method in class org.netbeans.api.lexer.LanguagePath
Check whether the language of this language path at the given index is the given language.
isMutable() - Method in class org.netbeans.api.lexer.TokenHierarchy
Whether input text of this token hierarchy is mutable or not.
isPreprocessedText() - Method in class org.netbeans.api.lexer.Token
Check whether this token has preprocessed text (e.g.
isRetainTokenText(T) - Method in class org.netbeans.spi.lexer.LanguageHierarchy
Determine whether the text of the token with the particular id should be retained after the token has been removed from the token list because of the underlying mutable input source modification.
isSensitiveChar(char) - Method in class org.netbeans.spi.lexer.CharPreprocessor
Check whether the given character may be part of the sequences preprocessed by this preprocessor.
isSnapshot() - Method in class org.netbeans.api.lexer.TokenHierarchy
Check whether this token hierarchy is a snapshot.
isSnapshotReleased() - Method in class org.netbeans.api.lexer.TokenHierarchy
Check whether this snapshot is released.
isTopLanguage(Language<? extends TokenId>) - Method in class org.netbeans.api.lexer.LanguagePath
Check whether the top-level language of this language path is the given language.

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.