scala.quasiquotes.SymbolTableCompat

symbolTable

object symbolTable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. symbolTable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class FreshNameExtractor extends AnyRef

  2. type Name = reflect.internal.SymbolTable.Name

  3. final class NameOps[T <: Name] extends AnyRef

    FIXME: This is a good example of something which is pure "value class" but cannot reap the benefits because an (unused) $outer pointer so it is not single-field.

  4. implicit class RichMirror extends AnyRef

  5. implicit class RichModifiers extends AnyRef

  6. implicit class RichPosition extends AnyRef

  7. implicit class RichSymbol extends AnyRef

  8. implicit class RichTree extends AnyRef

  9. implicit class RichType extends AnyRef

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. implicit def AnyNameOps(name: Name): NameOps[Name]

  7. object RefTree

  8. object TermName

  9. implicit def TermNameOps(name: reflect.internal.SymbolTable.TermName): NameOps[reflect.internal.SymbolTable.TermName]

  10. object TypeName

  11. implicit def TypeNameOps(name: reflect.internal.SymbolTable.TypeName): NameOps[reflect.internal.SymbolTable.TypeName]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def copyModuleDef(tree: reflect.internal.SymbolTable.Tree)(mods: reflect.internal.SymbolTable.Modifiers = null, name: Name = null, impl: reflect.internal.SymbolTable.Template = null): reflect.internal.SymbolTable.ModuleDef

  15. def copyTypeDef(tree: reflect.internal.SymbolTable.Tree)(mods: reflect.internal.SymbolTable.Modifiers = null, name: Name = null, tparams: List[reflect.internal.SymbolTable.TypeDef] = null, rhs: reflect.internal.SymbolTable.Tree = null): reflect.internal.SymbolTable.TypeDef

  16. def copyValDef(tree: reflect.internal.SymbolTable.Tree)(mods: reflect.internal.SymbolTable.Modifiers = null, name: Name = null, tpt: reflect.internal.SymbolTable.Tree = null, rhs: reflect.internal.SymbolTable.Tree = null): reflect.internal.SymbolTable.ValDef

  17. def currentFreshNameCreator: FreshNameCreator

  18. def deriveTemplate(templ: reflect.internal.SymbolTable.Tree)(applyToBody: (List[reflect.internal.SymbolTable.Tree]) ⇒ List[reflect.internal.SymbolTable.Tree]): reflect.internal.SymbolTable.Template

  19. def duplicateAndKeepPositions(tree: reflect.internal.SymbolTable.Tree): reflect.internal.SymbolTable.Tree

  20. implicit def enrichSymbolTable(symtab: SymbolTable): symbolTable.type

  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def freshTermName(prefix: String = nme.FRESH_TERM_NAME_PREFIX)(implicit creator: FreshNameCreator): reflect.internal.SymbolTable.TermName

  25. def freshTypeName(prefix: String)(implicit creator: FreshNameCreator): reflect.internal.SymbolTable.TypeName

  26. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def rangePos(source: SourceFile, start: Int, point: Int, end: Int): OffsetPosition

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped