Skip navigation links
org.netbeans.api.lsp/1 1.25
A B C D E F G H I K L N O P R S T V W 

R

Range - Class in org.netbeans.api.lsp
Represents a textual range.
Range(int, int) - Constructor for class org.netbeans.api.lsp.Range
Creates a range from startOffset, up to and excluding endOffset.
registerCancelCallback(Runnable) - Method in class org.netbeans.spi.lsp.ErrorProvider.Context
Register a Runnable which will be called when this computation is cancelled.
resolve(Document, int) - Static method in class org.netbeans.api.lsp.HyperlinkLocation
Resolves a hyperlink at the given document offset and returns its target location(s).
resolveTypeDefinition(Document, int) - Static method in class org.netbeans.api.lsp.HyperlinkLocation
Resolves a hyperlink at the given document offset and returns its target type definition location(s).
ResourceOperation - Class in org.netbeans.api.lsp
An operation that affects files, not their content.
ResourceOperation() - Constructor for class org.netbeans.api.lsp.ResourceOperation
 
ResourceOperation.CreateFile - Class in org.netbeans.api.lsp
An operation that instructs the IDE to create a file.
runCommand(String, List<Object>) - Method in interface org.netbeans.spi.lsp.CommandProvider
Run the specified command with the specified arguments.
A B C D E F G H I K L N O P R S T V W 
Skip navigation links
org.netbeans.api.lsp/1 1.25