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

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

E

embedded(Language<? extends TokenId>) - Method in class org.netbeans.api.lexer.LanguagePath
Get embedded path of this language path.
embedded(LanguagePath) - Method in class org.netbeans.api.lexer.LanguagePath
Get language path corresponding to the suffix language path embedded in this path.
embedded() - Method in class org.netbeans.api.lexer.TokenSequence
Get embedded token sequence if the token to which this token sequence is currently positioned has a language embedding.
embedded(Language<ET>) - Method in class org.netbeans.api.lexer.TokenSequence
Get embedded token sequence if the token to which this token sequence is currently positioned has a language embedding.
embeddedChange(int) - Method in class org.netbeans.api.lexer.TokenChange
Get embedded change at the given index.
embeddedChange(Language<T>) - Method in class org.netbeans.api.lexer.TokenChange
Get embedded token change of the given type.
embeddedChangeCount() - Method in class org.netbeans.api.lexer.TokenChange
Get number of embedded changes contained in this change.
embedding(Token<T>, LanguagePath, InputAttributes) - Method in class org.netbeans.spi.lexer.LanguageHierarchy
Get language embedding (if exists) for a particular token of the language at this level of language hierarchy.
endSkipLength() - Method in class org.netbeans.spi.lexer.LanguageEmbedding
Get length of the ending 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.
endsWith(LanguagePath) - Method in class org.netbeans.api.lexer.LanguagePath
Check whether this language path ends with the given language path.
endsWith(CharSequence, CharSequence) - Static method in class org.netbeans.api.lexer.TokenUtilities
Implementation of String.endsWith(String) for character sequences.
EOF - Static variable in class org.netbeans.spi.lexer.LexerInput
Integer constant -1 returned by LexerInput.read() to signal that there are no more characters available on input.
equals(Object) - Method in class org.netbeans.api.lexer.Language
The languages are equal only if they are the same objects.
equals(Object) - Method in class org.netbeans.api.lexer.Token
Make sure the default implementation of equals() is used and the token can safely be used in maps.
equals(CharSequence, CharSequence) - Static method in class org.netbeans.api.lexer.TokenUtilities
Test whether the given character sequences represent the same text content.
equals(Object) - Method in class org.netbeans.spi.lexer.LanguageHierarchy
Enforce default implementation of equals().

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.