Packages

class SymbolTable extends AnyRef

Source
SymbolTables.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolTable
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(symDef: tools.nsc.Global.Tree): Utils.SymbolTable
  4. def ++(symtab: Utils.SymbolTable): Utils.SymbolTable
  5. def ++(symDefs: collection.IterableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable
  6. def -(symDef: tools.nsc.Global.Tree): Utils.SymbolTable
  7. def -(name: tools.nsc.Global.TermName): Utils.SymbolTable
  8. def -(sym: tools.nsc.Global.Symbol): Utils.SymbolTable
  9. def --(symtab: Utils.SymbolTable): Utils.SymbolTable
  10. def --(symDefs: collection.Iterable[tools.nsc.Global.Tree]): Utils.SymbolTable
  11. def --(names: List[tools.nsc.Global.TermName]): Utils.SymbolTable
  12. def --(syms: collection.IterableOnce[tools.nsc.Global.Symbol]): Utils.SymbolTable
  13. def ->[B](y: B): (Utils.SymbolTable, B)
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toArrowAssoc[Utils.SymbolTable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def add(sym: tools.nsc.Global.Symbol, name0: tools.nsc.Global.TermName, reification: tools.nsc.Global.Tree): Utils.SymbolTable
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def debugString: String
  19. def encode: List[tools.nsc.Global.Tree]
  20. def ensuring(cond: (Utils.SymbolTable) => Boolean, msg: => Any): Utils.SymbolTable
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toEnsuring[Utils.SymbolTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (Utils.SymbolTable) => Boolean): Utils.SymbolTable
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toEnsuring[Utils.SymbolTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: => Any): Utils.SymbolTable
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toEnsuring[Utils.SymbolTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): Utils.SymbolTable
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toEnsuring[Utils.SymbolTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def filterAliases(p: (tools.nsc.Global.Symbol, tools.nsc.Global.TermName) => Boolean): Utils.SymbolTable
  27. def filterSyms(p: (tools.nsc.Global.Symbol) => Boolean): Utils.SymbolTable
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def symAliases(sym: tools.nsc.Global.Symbol): List[tools.nsc.Global.TermName]
  36. def symBinding(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
  37. def symDef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
  38. def symName(sym: tools.nsc.Global.Symbol): tools.nsc.Global.TermName
  39. def symRef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
  40. def syms: List[tools.nsc.Global.Symbol]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    SymbolTable → AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toany2stringadd[Utils.SymbolTable] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (symbolTable: any2stringadd[Utils.SymbolTable]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def +(sym: tools.nsc.Global.Symbol, name: tools.nsc.Global.TermName, reification: tools.nsc.Global.Tree): Utils.SymbolTable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.3) use add instead

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toStringFormat[Utils.SymbolTable] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (Utils.SymbolTable, B)
    Implicit
    This member is added by an implicit conversion from Utils.SymbolTable toArrowAssoc[Utils.SymbolTable] 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromUtils.SymbolTable to any2stringadd[Utils.SymbolTable]

Inherited by implicit conversion StringFormat fromUtils.SymbolTable to StringFormat[Utils.SymbolTable]

Inherited by implicit conversion Ensuring fromUtils.SymbolTable to Ensuring[Utils.SymbolTable]

Inherited by implicit conversion ArrowAssoc fromUtils.SymbolTable to ArrowAssoc[Utils.SymbolTable]

Ungrouped