scala.reflect.reify.utils.SymbolTables

SymbolTable

class SymbolTable extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SymbolTable
  2. AnyRef
  3. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(symDef: tools.nsc.Global.Tree): Utils.SymbolTable

  5. def +(sym: tools.nsc.Global.Symbol, name: tools.nsc.Global.TermName, reification: tools.nsc.Global.Tree): Utils.SymbolTable

  6. def ++(symtab: Utils.SymbolTable): Utils.SymbolTable

  7. def ++(symDefs: collection.TraversableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable

  8. def -(symDef: tools.nsc.Global.Tree): Utils.SymbolTable

  9. def -(name: tools.nsc.Global.TermName): Utils.SymbolTable

  10. def -(sym: tools.nsc.Global.Symbol): Utils.SymbolTable

  11. def --(symtab: Utils.SymbolTable): Utils.SymbolTable

  12. def --(symDefs: collection.TraversableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable

  13. def --(names: collection.Iterable[tools.nsc.Global.TermName]): Utils.SymbolTable

  14. def --(syms: GenTraversableOnce[tools.nsc.Global.Symbol]): Utils.SymbolTable

  15. def ->[B](y: B): (Utils.SymbolTable, B)

    Implicit information
    This member is added by an implicit conversion from Utils.SymbolTable to ArrowAssoc[Utils.SymbolTable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  16. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def debugString: String

  21. def encode: List[tools.nsc.Global.Tree]

  22. def ensuring(cond: (Utils.SymbolTable) ⇒ Boolean, msg: ⇒ Any): Utils.SymbolTable

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  28. def filterAliases(p: (tools.nsc.Global.Symbol, tools.nsc.Global.TermName) ⇒ Boolean): Utils.SymbolTable

  29. def filterSyms(p: (tools.nsc.Global.Symbol) ⇒ Boolean): Utils.SymbolTable

  30. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def symAliases(sym: tools.nsc.Global.Symbol): List[tools.nsc.Global.TermName]

  39. def symBinding(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree

  40. def symDef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree

  41. def symName(sym: tools.nsc.Global.Symbol): tools.nsc.Global.TermName

  42. def symRef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree

  43. def syms: List[tools.nsc.Global.Symbol]

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    SymbolTable → AnyRef → Any
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def [B](y: B): (Utils.SymbolTable, B)

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

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Utils.SymbolTable to StringAdd[Utils.SymbolTable] performed by method StringAdd 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: StringAdd[Utils.SymbolTable]).+(other)
    Definition Classes
    StringAdd

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Utils.SymbolTable to StringAdd[Utils.SymbolTable]

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

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

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

Ungrouped