Trait/Object

scala.meta.Term

Super

Related Docs: object Super | package Term

Permalink

trait Super extends Ref with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Ref, meta.Ref, Term, Arg, Stat, Tree, Ast, Adt, Serializable, java.io.Serializable, Product, Equals, InternalTree, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Super
  2. Ref
  3. Ref
  4. Term
  5. Arg
  6. Stat
  7. Tree
  8. Ast
  9. Adt
  10. Serializable
  11. Serializable
  12. Product
  13. Equals
  14. InternalTree
  15. AnyRef
  16. Any
Implicitly
  1. by XtensionTypecheckableTree
  2. by XtensionOriginTree
  3. by XtensionAttributedTerm
  4. by XtensionInheritedTree
  5. by XtensionSemanticEquality
  6. by any2stringadd
  7. by StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def children: collection.immutable.Seq[Tree]

    Permalink
    Definition Classes
    Tree
  2. abstract def copy(thisp: Qualifier = this.thisp, superp: Qualifier = this.superp): Super

    Permalink
  3. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product
  5. abstract def superp: Qualifier

    Permalink
    Annotations
    @astField()
  6. abstract def thisp: Qualifier

    Permalink
    Annotations
    @astField()

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to any2stringadd[Super] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Super, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to ArrowAssoc[Super] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def =/=[T2 <: Tree](tree2: T2)(implicit ev: AllowEquality[Super, T2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionSemanticEquality[Super] performed by method XtensionSemanticEquality in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionSemanticEquality
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def ===[T2 <: Tree](tree2: T2)(implicit ev: AllowEquality[Super, T2]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionSemanticEquality[Super] performed by method XtensionSemanticEquality in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionSemanticEquality
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Tree → Equals
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def ensuring(cond: (Super) ⇒ Boolean, msg: ⇒ Any): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Ensuring[Super] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (Super) ⇒ Boolean): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Ensuring[Super] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Ensuring[Super] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Ensuring[Super] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def env: Environment

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionAttributedTerm[Super] performed by method XtensionAttributedTerm in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedTerm
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Tree → Equals → AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to StringFormat[Super] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  22. def inheritAttrs(other: Tree): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionInheritedTree[Super] performed by method XtensionInheritedTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionInheritedTree
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isTypechecked: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionTypecheckableTree[Super] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def origin: Origin

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionOriginTree[Super] performed by method XtensionOriginTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionOriginTree
  29. def parent: Option[Tree]

    Permalink
    Definition Classes
    InternalTree
  30. def pos: Position

    Permalink
    Definition Classes
    InternalTree
  31. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  32. def productPrefix: String

    Permalink
    Definition Classes
    Product
  33. def resetTypechecked: Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionTypecheckableTree[Super] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  34. def setTypechecked: Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionTypecheckableTree[Super] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. final def toString(): String

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  37. def tokens(implicit dialect: Dialect): Tokens

    Permalink
    Definition Classes
    InternalTree
  38. def typing: Typing

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionAttributedTerm[Super] performed by method XtensionAttributedTerm in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedTerm
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withAttrs(typingLike: TypingLike): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionAttributedTerm[Super] performed by method XtensionAttributedTerm in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedTerm
  43. def withEnv(env: Environment): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionAttributedTerm[Super] performed by method XtensionAttributedTerm in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionAttributedTerm
  44. def withOrigin(origin: Origin): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionOriginTree[Super] performed by method XtensionOriginTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionOriginTree
  45. def withTypechecked(value: Boolean): Super

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to Tree.XtensionTypecheckableTree[Super] performed by method XtensionTypecheckableTree in scala.meta.internal.ast.InternalTreeXtensions.
    Definition Classes
    XtensionTypecheckableTree
  46. def [B](y: B): (Super, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Super to ArrowAssoc[Super] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Ref

Inherited from meta.Ref

Inherited from Term

Inherited from Arg

Inherited from Stat

Inherited from Tree

Inherited from Ast

Inherited from Adt

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from InternalTree

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTypecheckableTree from Super to Tree.XtensionTypecheckableTree[Super]

Inherited by implicit conversion XtensionOriginTree from Super to Tree.XtensionOriginTree[Super]

Inherited by implicit conversion XtensionAttributedTerm from Super to Tree.XtensionAttributedTerm[Super]

Inherited by implicit conversion XtensionInheritedTree from Super to Tree.XtensionInheritedTree[Super]

Inherited by implicit conversion XtensionSemanticEquality from Super to Tree.XtensionSemanticEquality[Super]

Inherited by implicit conversion any2stringadd from Super to any2stringadd[Super]

Inherited by implicit conversion StringFormat from Super to StringFormat[Super]

Inherited by implicit conversion Ensuring from Super to Ensuring[Super]

Inherited by implicit conversion ArrowAssoc from Super to ArrowAssoc[Super]

Ungrouped