Packages

class SymbolTable extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SymbolTable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 +(sym: tools.nsc.Global.Symbol, name: tools.nsc.Global.TermName, reification: tools.nsc.Global.Tree): Utils.SymbolTable
  5. def ++(symtab: Utils.SymbolTable): Utils.SymbolTable
  6. def ++(symDefs: collection.TraversableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable
  7. def -(symDef: tools.nsc.Global.Tree): Utils.SymbolTable
  8. def -(name: tools.nsc.Global.TermName): Utils.SymbolTable
  9. def -(sym: tools.nsc.Global.Symbol): Utils.SymbolTable
  10. def --(symtab: Utils.SymbolTable): Utils.SymbolTable
  11. def --(symDefs: collection.TraversableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable
  12. def --(names: collection.Iterable[tools.nsc.Global.TermName]): Utils.SymbolTable
  13. def --(syms: GenTraversableOnce[tools.nsc.Global.Symbol]): Utils.SymbolTable
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. def debugString: String
  18. def encode: List[tools.nsc.Global.Tree]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def filterAliases(p: (tools.nsc.Global.Symbol, tools.nsc.Global.TermName) ⇒ Boolean): Utils.SymbolTable
  22. def filterSyms(p: (tools.nsc.Global.Symbol) ⇒ Boolean): Utils.SymbolTable
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def symAliases(sym: tools.nsc.Global.Symbol): List[tools.nsc.Global.TermName]
  31. def symBinding(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
  32. def symDef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
  33. def symName(sym: tools.nsc.Global.Symbol): tools.nsc.Global.TermName
  34. def symRef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
  35. def syms: List[tools.nsc.Global.Symbol]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    SymbolTable → AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped