implicit class XtensionSemanticdbSymbolInformation extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XtensionSemanticdbSymbolInformation
- AnyRef
- Any
Implicitly
- by XtensionTokenizeInputLike
- by XtensionStructure
- by XtensionSyntax
- by XtensionShow
- by XtensionParseInputLike
- by XtensionClassifiable
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new XtensionSemanticdbSymbolInformation(info: SymbolInformation)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toany2stringadd[XtensionSemanticdbSymbolInformation] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (XtensionSemanticdbSymbolInformation, B)
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toArrowAssoc[XtensionSemanticdbSymbolInformation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- 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(classOf[java.lang.CloneNotSupportedException]) @native()
- def ensuring(cond: (XtensionSemanticdbSymbolInformation) => Boolean, msg: => Any): XtensionSemanticdbSymbolInformation
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toEnsuring[XtensionSemanticdbSymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (XtensionSemanticdbSymbolInformation) => Boolean): XtensionSemanticdbSymbolInformation
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toEnsuring[XtensionSemanticdbSymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): XtensionSemanticdbSymbolInformation
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toEnsuring[XtensionSemanticdbSymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): XtensionSemanticdbSymbolInformation
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toEnsuring[XtensionSemanticdbSymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- 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
- AnyRef → Any
- Annotations
- @native()
- def is[U](implicit classifier: Classifier[XtensionSemanticdbSymbolInformation, U]): Boolean
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionClassifiable[XtensionSemanticdbSymbolInformation] performed by method XtensionClassifiable in scala.meta.classifiers.Api.This conversion will take place only if an implicit value of type Classifiable[XtensionSemanticdbSymbolInformation] is in scope.
- Definition Classes
- XtensionClassifiable
- def isAbstract: Boolean
- def isCase: Boolean
- def isClass: Boolean
- def isConstructor: Boolean
- def isContravariant: Boolean
- def isCovariant: Boolean
- def isDefault: Boolean
- def isEnum: Boolean
- def isField: Boolean
- def isFinal: Boolean
- def isGiven: Boolean
- def isImplicit: Boolean
- def isInfix: Boolean
- def isInline: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInterface: Boolean
- def isJava: Boolean
- def isLazy: Boolean
- def isLocal: Boolean
- def isMacro: Boolean
- def isMethod: Boolean
- def isNot[U](implicit classifier: Classifier[XtensionSemanticdbSymbolInformation, U]): Boolean
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionClassifiable[XtensionSemanticdbSymbolInformation] performed by method XtensionClassifiable in scala.meta.classifiers.Api.This conversion will take place only if an implicit value of type Classifiable[XtensionSemanticdbSymbolInformation] is in scope.
- Definition Classes
- XtensionClassifiable
- def isObject: Boolean
- def isOpaque: Boolean
- def isOpen: Boolean
- def isPackage: Boolean
- def isPackageObject: Boolean
- def isParameter: Boolean
- def isPrimary: Boolean
- def isPrivate: Boolean
- def isPrivateThis: Boolean
- def isPrivateWithin: Boolean
- def isProtected: Boolean
- def isProtectedThis: Boolean
- def isProtectedWithin: Boolean
- def isPublic: Boolean
- def isScala: Boolean
- def isSealed: Boolean
- def isSelfParameter: Boolean
- def isStatic: Boolean
- def isTrait: Boolean
- def isTransparent: Boolean
- def isType: Boolean
- def isTypeParameter: Boolean
- def isVal: Boolean
- def isVar: Boolean
- 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 parse[U](implicit convert: Convert[XtensionSemanticdbSymbolInformation, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionParseInputLike[XtensionSemanticdbSymbolInformation] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
- Definition Classes
- XtensionParseInputLike
- def show[Style[X] <: Show[X]](implicit style: Style[XtensionSemanticdbSymbolInformation]): String
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionShow[XtensionSemanticdbSymbolInformation] performed by method XtensionShow in scala.meta.prettyprinters.Api.
- Definition Classes
- XtensionShow
- def structure: String
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionStructure[XtensionSemanticdbSymbolInformation] performed by method XtensionStructure in scala.meta.prettyprinters.Api.This conversion will take place only if an implicit value of type prettyprinters.Structure[XtensionSemanticdbSymbolInformation] is in scope.
- Definition Classes
- XtensionStructure
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def syntax: String
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionSyntax[XtensionSemanticdbSymbolInformation] performed by method XtensionSyntax in scala.meta.prettyprinters.Api.This conversion will take place only if an implicit value of type prettyprinters.Syntax[XtensionSemanticdbSymbolInformation] is in scope.
- Definition Classes
- XtensionSyntax
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokenize(implicit convert: Convert[XtensionSemanticdbSymbolInformation, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation tometa.XtensionTokenizeInputLike[XtensionSemanticdbSymbolInformation] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
- Definition Classes
- XtensionTokenizeInputLike
- 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 within: Option[String]
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toStringFormat[XtensionSemanticdbSymbolInformation] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)instead ofvalue.formatted(formatString), or use thef""string interpolator. In Java 15 and later,formattedresolves to the new method in String which has reversed parameters.
- def →[B](y: B): (XtensionSemanticdbSymbolInformation, B)
- Implicit
- This member is added by an implicit conversion from XtensionSemanticdbSymbolInformation toArrowAssoc[XtensionSemanticdbSymbolInformation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.