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

E

embedded(Language<?>) - 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.
embeddedChangeCount() - Method in class org.netbeans.api.lexer.TokenChange
Get number of embedded changes contained in this change.
embeddedJoined() - Method in class org.netbeans.api.lexer.TokenSequence
Get embedded token sequence that possibly joins multiple embeddings with the same language paths (if the embeddings allow it - see LanguageEmbedding.joinSections()) into a single input text which is then lexed as a single continuous text.
embeddedJoined(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.
embeddedTokenSequences(int, boolean) - Method in class org.netbeans.api.lexer.TokenHierarchy
Gets the list of all embedded TokenSequences at the given offset.
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.
EmbeddingPresence - Enum in org.netbeans.spi.lexer
Defines whether a default embedding can be present for the given token id or not.
embeddingPresence(T) - Method in class org.netbeans.spi.lexer.LanguageHierarchy
Determine whether embedding may be present for a token with the given token id.
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, Object) - Static method in class org.netbeans.api.lexer.TokenUtilities
Compare character sequence to another object.
equals(Object) - Method in class org.netbeans.spi.lexer.LanguageHierarchy
Enforce default implementation of equals().
A B C D E F G H I J L M N O P R S T V 
Skip navigation links
org.netbeans.modules.lexer/2 1.72.0 1