object a_TD2
- Attributes
- protected
- Source
- TextDocument.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- a_TD2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def codeAction(params: CodeActionParams): CompletableFuture[List[CodeAction]]
- def codeLens(params: CodeLensParams): CompletableFuture[List[CodeLens]]
- def definition(position: TextDocumentPositionParams): CompletableFuture[Either[List[Location], List[LocationLink]]]
- def documentHighlights(params: TextDocumentPositionParams): CompletableFuture[List[DocumentHighlight]]
- def documentSymbol(params: DocumentSymbolParams): CompletableFuture[Either[List[DocumentSymbol], List[SymbolInformation]]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foldingRange(params: FoldingRangeRequestParams): CompletableFuture[List[FoldingRange]]
- def formatting(params: DocumentFormattingParams): CompletableFuture[List[TextEdit]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hover(params: TextDocumentPositionParams): CompletableFuture[Hover]
- def implementation(position: TextDocumentPositionParams): CompletableFuture[List[Location]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def references(params: ReferenceParams): CompletableFuture[List[Location]]
- def rename(params: RenameParams): CompletableFuture[WorkspaceEdit]
- def signatureHelp(params: TextDocumentPositionParams): CompletableFuture[SignatureHelp]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeDefinition(position: TextDocumentPositionParams): CompletableFuture[Either[List[Location], List[LocationLink]]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()