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

R

read() - Method in class org.netbeans.spi.lexer.LexerInput
Read a single character from input or return LexerInput.EOF.
readLength() - Method in class org.netbeans.spi.lexer.LexerInput
Get distance between the current reading point and the begining of a token being currently recognized (excluding possibly read EOF).
readLengthEOF() - Method in class org.netbeans.spi.lexer.LexerInput
Read length that includes EOF as a single character if it was just read from this input.
readText(int, int) - Method in class org.netbeans.spi.lexer.LexerInput
Get character sequence that corresponds to characters that were read by previous LexerInput.read() operations in the current token.
readText() - Method in class org.netbeans.spi.lexer.LexerInput
Return the read text for all the characters consumed from the input for the current token recognition.
rebuild() - Method in class org.netbeans.spi.lexer.TokenHierarchyControl
Rebuild token hierarchy completely.
release() - Method in interface org.netbeans.spi.lexer.Lexer
Infrastructure calls this method when it no longer needs this lexer for lexing so it becomes unused.
removedLength() - Method in class org.netbeans.api.lexer.TokenHierarchyEvent
Get number of characters removed by the text modification that caused this token change.
removedTokenCount() - Method in class org.netbeans.api.lexer.TokenChange
Get number of removed tokens contained in this token change.
removedTokenSequence() - Method in class org.netbeans.api.lexer.TokenChange
Create token sequence over the removed tokens.
removeEmbedding(Language<?>) - Method in class org.netbeans.api.lexer.TokenSequence
Remove previously created language embedding.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.spi.lexer.LanguageProvider
Remove a listener.
removeTokenHierarchyListener(TokenHierarchyListener) - Method in class org.netbeans.api.lexer.TokenHierarchy
Remove listener for token changes inside this hierarchy.
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.71.0 1