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 ReflectToolkit.LogicalSymbol with Product with Serializable

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  14. type Symbol = ReflectToolkit.LogicalSymbol

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

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

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

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

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

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

    Permalink
  21. case class Val(field: tools.nsc.Global.Symbol, getter: tools.nsc.Global.Symbol) extends ReflectToolkit.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 ReflectToolkit.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 ReflectToolkit.LogicalSymbols to any2stringadd[ReflectToolkit.LogicalSymbols] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ReflectToolkit.LogicalSymbols, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.LogicalSymbols to ArrowAssoc[ReflectToolkit.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 ReflectToolkit.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: (ReflectToolkit.LogicalSymbols) ⇒ Boolean, msg: ⇒ Any): ReflectToolkit.LogicalSymbols

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.LogicalSymbols to Ensuring[ReflectToolkit.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 ReflectToolkit.LogicalSymbols to StringFormat[ReflectToolkit.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[ReflectToolkit.LogicalSymbols, inputs.Input], parse: Parse[U]): U

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.LogicalSymbols to meta.XtensionShow[ReflectToolkit.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[ReflectToolkit.LogicalSymbols, inputs.Content], dialect: Dialect, tokenize: Tokenize): tokens.Tokens

    Permalink
    Implicit information
    This member is added by an implicit conversion from ReflectToolkit.LogicalSymbols to meta.XtensionTokenizeContentLike[ReflectToolkit.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): (ReflectToolkit.LogicalSymbols, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

Ungrouped