final class TabCompletionContext extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TabCompletionContext
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TabCompletionContext(shell: ShellCompletion, arguments: List[String], last: String, secondLast: Option[String], setting: Option[ParameterShape], allSettings: Map[String, List[ValidOption]], app: Application)
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 allSettings: Map[String, List[ValidOption]]
- val app: Application
- val arguments: List[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(obj: Any): Boolean
- Definition Classes
- TabCompletionContext → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- TabCompletionContext → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- TabCompletionContext → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val last: String
- 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 productArity: Int
- Definition Classes
- TabCompletionContext → Product
- def productElement(n: Int): Any
- Definition Classes
- TabCompletionContext → Product
- def productElementName(n: Int): String
- Definition Classes
- TabCompletionContext → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- TabCompletionContext → Product
- val secondLast: Option[String]
- val setting: Option[ParameterShape]
- val shell: ShellCompletion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- TabCompletionContext → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAllSettings(allSettings: Map[String, List[ValidOption]]): TabCompletionContext
- def withApp(app: Application): TabCompletionContext
- def withArguments(arguments: List[String]): TabCompletionContext
- def withLast(last: String): TabCompletionContext
- def withSecondLast(secondLast: Option[String]): TabCompletionContext
- def withSetting(setting: Option[ParameterShape]): TabCompletionContext
- def withShell(shell: ShellCompletion): TabCompletionContext