Object

org.emmalanguage.ast.Symbols.SymbolAPI

Sym

Related Doc: package SymbolAPI

Permalink

object Sym extends AST.Node

Linear Supertypes
AST.Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sym
  2. Node
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object With

    Permalink

    Copy / extractor for symbol attributes.

  5. def apply[T](implicit arg0: scala.reflect.api.Universe.WeakTypeTag[T]): scala.reflect.api.Universe.Symbol

    Permalink

    Returns the symbol corresponding to a type.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findAnn[A](sym: scala.reflect.api.Universe.Symbol)(implicit arg0: scala.reflect.api.Universe.TypeTag[A]): Option[scala.reflect.api.Universe.Annotation]

    Permalink

    Returns any annotation of type A associated with sym.

  12. def flags(sym: scala.reflect.api.Universe.Symbol): scala.reflect.api.Universe.FlagSet

    Permalink

    Returns the flags associated with sym.

  13. lazy val foreach: scala.reflect.api.Universe.MethodSymbol

    Permalink
  14. lazy val fun: Map[Int, scala.reflect.api.Universe.ClassSymbol]

    Permalink

    A map of all lambda function symbols by number of arguments.

  15. lazy val funs: Set[scala.reflect.api.Universe.Symbol]

    Permalink

    A set of all lambda function symbols.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val implicitly: scala.reflect.api.Universe.MethodSymbol

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mods(sym: scala.reflect.api.Universe.Symbol): scala.reflect.api.Universe.Modifiers

    Permalink

    Returns modifiers corresponding to the definition of sym.

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

    Permalink
    Definition Classes
    AnyRef
  22. lazy val none: scala.reflect.api.Universe.Symbol

    Permalink
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. lazy val predef: scala.reflect.api.Universe.ModuleSymbol

    Permalink
  26. def resolveOverloaded(target: scala.reflect.api.Universe.Type, sym: scala.reflect.api.Universe.Symbol, targs: Seq[scala.reflect.api.Universe.Type] = Seq.empty, argss: Seq[Seq[scala.reflect.api.Universe.Tree]] = Seq.empty): scala.reflect.api.Universe.Symbol

    Permalink

    Finds a version of an overloaded symbol with matching type signature, if possible.

  27. def subst(at: scala.reflect.api.Universe.Symbol, aliases: Seq[(scala.reflect.api.Universe.Symbol, scala.reflect.api.Universe.Symbol)] = Seq.empty): (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink

    Performs a symbol substitution, given a set of aliases and a new owner.

    Performs a symbol substitution, given a set of aliases and a new owner.

    at

    The new owner of the tree.

    aliases

    Pairs of symbols to substitute from -> to.

    returns

    A structurally equivalent tree, owned by at, with all aliases substituted.

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    Node → AnyRef → Any
  30. lazy val tuple: Map[Int, scala.reflect.api.Universe.ClassSymbol]

    Permalink

    A map of all tuple symbols by number of elements.

  31. lazy val tuples: Set[scala.reflect.api.Universe.Symbol]

    Permalink

    A set of all tuple symbols.

  32. def unapply(sym: scala.reflect.api.Universe.Symbol): Option[scala.reflect.api.Universe.Symbol]

    Permalink
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AST.Node

Inherited from AnyRef

Inherited from Any

Ungrouped