case class ParametrizedCommand2[T1, T2](id: String, title: String, description: String, arguments: String)(implicit evidence$2: ClassTag[T1], evidence$3: ClassTag[T2]) extends BaseCommand with Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParametrizedCommand2
- Serializable
- Serializable
- Product
- Equals
- BaseCommand
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParametrizedCommand2(id: String, title: String, description: String, arguments: String)(implicit arg0: ClassTag[T1], arg1: ClassTag[T2])
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
-
val
arguments: String
- Definition Classes
- ParametrizedCommand2 → BaseCommand
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
description: String
- Definition Classes
- ParametrizedCommand2 → BaseCommand
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: String
- Definition Classes
- ParametrizedCommand2 → BaseCommand
-
def
isApplicableCommand(params: ExecuteCommandParams): Boolean
- Attributes
- protected
- Definition Classes
- BaseCommand
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
title: String
- Definition Classes
- ParametrizedCommand2 → BaseCommand
- def toCommandLink(argument1: T1, argument2: T2, commandInHtmlFormat: CommandHTMLFormat): String
- def toExecuteCommandParams(argument1: T1, argument2: T2): ExecuteCommandParams
- def toLSP(argument1: T1, argument2: T2): org.eclipse.lsp4j.Command
- def unapply(params: ExecuteCommandParams): Option[(T1, T2)]
-
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()