class SymbolTable extends AnyRef
- Source
- SymbolTables.scala
Linear Supertypes
ξ·
ξ
Ordering
- Alphabetic
- By Inheritance
Inherited
- SymbolTable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
- ξ def +(symDef: tools.nsc.Global.Tree): Utils.SymbolTable
- ξ def +(sym: tools.nsc.Global.Symbol, name: tools.nsc.Global.TermName, reification: tools.nsc.Global.Tree): Utils.SymbolTable
- ξ def ++(symtab: Utils.SymbolTable): Utils.SymbolTable
- ξ def ++(symDefs: collection.TraversableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable
- ξ def -(symDef: tools.nsc.Global.Tree): Utils.SymbolTable
- ξ def -(name: tools.nsc.Global.TermName): Utils.SymbolTable
- ξ def -(sym: tools.nsc.Global.Symbol): Utils.SymbolTable
- ξ def --(symtab: Utils.SymbolTable): Utils.SymbolTable
- ξ def --(symDefs: collection.TraversableOnce[tools.nsc.Global.Tree]): Utils.SymbolTable
- ξ def --(names: collection.Iterable[tools.nsc.Global.TermName]): Utils.SymbolTable
- ξ def --(syms: GenTraversableOnce[tools.nsc.Global.Symbol]): Utils.SymbolTable
-
ξ
def
->[B](y: B): (Utils.SymbolTable, B)
- Implicit
- 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()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- ξ def debugString: String
- ξ def encode: List[tools.nsc.Global.Tree]
-
ξ
def
ensuring(cond: (Utils.SymbolTable) β Boolean, msg: β Any): Utils.SymbolTable
- Implicit
- 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
-
ξ
def
ensuring(cond: (Utils.SymbolTable) β Boolean): Utils.SymbolTable
- Implicit
- 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
-
ξ
def
ensuring(cond: Boolean, msg: β Any): Utils.SymbolTable
- Implicit
- 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
-
ξ
def
ensuring(cond: Boolean): Utils.SymbolTable
- Implicit
- 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
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
- ξ def filterAliases(p: (tools.nsc.Global.Symbol, tools.nsc.Global.TermName) β Boolean): Utils.SymbolTable
- ξ def filterSyms(p: (tools.nsc.Global.Symbol) β Boolean): Utils.SymbolTable
-
ξ
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
- Annotations
- @native()
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
- Annotations
- @native()
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- ξ def symAliases(sym: tools.nsc.Global.Symbol): List[tools.nsc.Global.TermName]
- ξ def symBinding(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
- ξ def symDef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
- ξ def symName(sym: tools.nsc.Global.Symbol): tools.nsc.Global.TermName
- ξ def symRef(sym: tools.nsc.Global.Symbol): tools.nsc.Global.Tree
- ξ def syms: List[tools.nsc.Global.Symbol]
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- SymbolTable β AnyRef β Any
-
ξ
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
ξ
def
β[B](y: B): (Utils.SymbolTable, B)
- Implicit
- 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
-
ξ
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Utils.SymbolTable to any2stringadd[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
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- 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
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
The Scala compiler and reflection APIs.