Trait

scala.meta.internal.hosts.scalac.reflect.LogicalSymbols

LogicalSymbols

Related Doc: package LogicalSymbols

Permalink

trait LogicalSymbols extends AnyRef

Self Type
l.type
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LogicalSymbols
  2. AnyRef
  3. Any
Implicitly
  1. by XtensionShow
  2. by XtensionTokenizeContentLike
  3. by XtensionParseInputLike
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class AbstractDef(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  2. case class AbstractType(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  3. case class AbstractVal(getter: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  4. case class AbstractVar(getter: tools.nsc.Global.Symbol, setter: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  5. case class Clazz(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  6. case class Def(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  7. case class Macro(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  8. case class Object(module: tools.nsc.Global.Symbol, moduleClass: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  9. case class Package(module: tools.nsc.Global.Symbol, moduleClass: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  10. case class PackageObject(module: tools.nsc.Global.Symbol, moduleClass: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  11. case class PrimaryCtor(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  12. case class SecondaryCtor(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  13. case class Self(owner: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  14. type Symbol = GlobalToolkit.LogicalSymbol

    Permalink
  15. case class TermBind(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  16. case class TermParameter(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  17. case class Trait(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  18. case class Type(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  19. case class TypeBind(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  20. case class TypeParameter(symbol: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  21. case class Val(field: tools.nsc.Global.Symbol, getter: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  22. case class Var(field: tools.nsc.Global.Symbol, getter: tools.nsc.Global.Symbol, setter: tools.nsc.Global.Symbol) extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to any2stringadd[GlobalToolkit.LogicalSymbols] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GlobalToolkit.LogicalSymbols, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to ArrowAssoc[GlobalToolkit.LogicalSymbols] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. object Zero extends GlobalToolkit.LogicalSymbol with Product with Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (GlobalToolkit.LogicalSymbols) ⇒ Boolean, msg: ⇒ Any): GlobalToolkit.LogicalSymbols

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to Ensuring[GlobalToolkit.LogicalSymbols] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (GlobalToolkit.LogicalSymbols) ⇒ Boolean): GlobalToolkit.LogicalSymbols

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to Ensuring[GlobalToolkit.LogicalSymbols] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): GlobalToolkit.LogicalSymbols

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to Ensuring[GlobalToolkit.LogicalSymbols] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): GlobalToolkit.LogicalSymbols

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to Ensuring[GlobalToolkit.LogicalSymbols] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to StringFormat[GlobalToolkit.LogicalSymbols] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def parse[U](implicit convert: Convert[GlobalToolkit.LogicalSymbols, inputs.Input], dialect: Dialect, parse: Parse[U]): U

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to meta.XtensionParseInputLike[GlobalToolkit.LogicalSymbols] performed by method XtensionParseInputLike in scala.meta.parsers.common.Api.
    Definition Classes
    XtensionParseInputLike
  24. def show[Style[X] <: Show[X]](implicit style: Style[GlobalToolkit.LogicalSymbols]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to meta.XtensionShow[GlobalToolkit.LogicalSymbols] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def tokens(implicit convert: Convert[GlobalToolkit.LogicalSymbols, inputs.Content], dialect: Dialect, tokenize: Tokenize): tokens.Tokens

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to meta.XtensionTokenizeContentLike[GlobalToolkit.LogicalSymbols] performed by method XtensionTokenizeContentLike in scala.meta.tokenizers.common.Api.
    Definition Classes
    XtensionTokenizeContentLike
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def [B](y: B): (GlobalToolkit.LogicalSymbols, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GlobalToolkit.LogicalSymbols to ArrowAssoc[GlobalToolkit.LogicalSymbols] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionShow from GlobalToolkit.LogicalSymbols to meta.XtensionShow[GlobalToolkit.LogicalSymbols]

Inherited by implicit conversion XtensionTokenizeContentLike from GlobalToolkit.LogicalSymbols to meta.XtensionTokenizeContentLike[GlobalToolkit.LogicalSymbols]

Inherited by implicit conversion XtensionParseInputLike from GlobalToolkit.LogicalSymbols to meta.XtensionParseInputLike[GlobalToolkit.LogicalSymbols]

Inherited by implicit conversion any2stringadd from GlobalToolkit.LogicalSymbols to any2stringadd[GlobalToolkit.LogicalSymbols]

Inherited by implicit conversion StringFormat from GlobalToolkit.LogicalSymbols to StringFormat[GlobalToolkit.LogicalSymbols]

Inherited by implicit conversion Ensuring from GlobalToolkit.LogicalSymbols to Ensuring[GlobalToolkit.LogicalSymbols]

Inherited by implicit conversion ArrowAssoc from GlobalToolkit.LogicalSymbols to ArrowAssoc[GlobalToolkit.LogicalSymbols]

Ungrouped