Object

org.emmalanguage.ast.Symbols.SymbolAPI

Owner

Related Doc: package SymbolAPI

Permalink

object Owner extends AST.Node

Named entities that own their children.

Linear Supertypes
AST.Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Owner
  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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def at(owner: scala.reflect.api.Universe.Symbol): (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink

    Fixes the owner chain of a tree with owner at the root.

  6. lazy val atEncl: (scala.reflect.api.Universe.Tree) ⇒ scala.reflect.api.Universe.Tree

    Permalink

    Fixes the owner chain at the enclosing owner.

  7. def chain(sym: scala.reflect.api.Universe.Symbol): Stream[scala.reflect.api.Universe.Symbol]

    Permalink

    Returns a chain of the owners of sym starting at sym and ending at _root_.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def encl: scala.reflect.api.Universe.Symbol

    Permalink

    Returns the enclosing owner in the current compilation context.

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def inEnclChain(sym: scala.reflect.api.Universe.Symbol): Boolean

    Permalink

    Returns true if the chain of the enclosing symbol contains sym.

  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. def of(tree: scala.reflect.api.Universe.Tree): scala.reflect.api.Universe.Symbol

    Permalink

    Extracts the owner of tree, if any.

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

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

    Permalink
    Definition Classes
    Node → AnyRef → Any
  23. def unapply(tree: scala.reflect.api.Universe.Tree): Option[scala.reflect.api.Universe.Symbol]

    Permalink
  24. final def wait(): Unit

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

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

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

Inherited from AST.Node

Inherited from AnyRef

Inherited from Any

Ungrouped