Trait

org.emmalanguage.ast.Terms

TermAPI

Related Doc: package Terms

Permalink

trait TermAPI extends AnyRef

Self Type
API
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermAPI
  2. AnyRef
  3. 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 Atomic extends AST.Node

    Permalink

    Atomic terms (literals, references and this).

  5. object Block extends AST.Node

    Permalink

    Blocks.

  6. object Branch extends AST.Node

    Permalink

    If-else branches.

  7. object Inst extends AST.Node

    Permalink

    Class instantiations.

  8. object Lambda extends AST.Node

    Permalink

    Lambdas (anonymous functions).

  9. object Lit extends AST.Node

    Permalink

    Literals.

  10. object Term extends AST.Node

    Permalink
  11. object TermAcc extends AST.Node

    Permalink

    Term accesses (modules and private[this] values and variables).

  12. object TermDef extends AST.Node

    Permalink

    Term definitions.

  13. object TermName extends AST.Node

    Permalink

    Term names.

  14. object TermRef extends AST.Node

    Permalink

    Term references (values, variables, parameters and modules).

  15. object TermSym extends AST.Node

    Permalink

    Term symbols.

  16. object This extends AST.Node

    Permalink

    this references to enclosing classes or objects.

  17. object TypeAscr extends AST.Node

    Permalink

    Type ascriptions.

  18. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped