scala.meta.internal.ast.Defn

Procedure

Related Docs: object Procedure | package Defn

final class Procedure extends Defn with Method with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Procedure
  2. Method
  3. Scope
  4. Term
  5. Member
  6. Method
  7. Scope
  8. Term
  9. Member
  10. Defn
  11. Stat
  12. Tree
  13. Stat
  14. Tree
  15. Ast
  16. Adt
  17. Product
  18. Equals
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ThisType = Procedure

    Definition Classes
    ProcedureMethodScopeTermMemberMethodScopeTermMemberDefnStatTreeStatTree

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def $tag: Int

    Definition Classes
    ProcedureTree
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def _1: collection.immutable.Seq[Mod]

    Annotations
    @inline()
  6. final def _2: Term.Name

    Annotations
    @inline()
  7. final def _3: collection.immutable.Seq[Param]

    Annotations
    @inline()
  8. final def _4: collection.immutable.Seq[collection.immutable.Seq[Param]]

    Annotations
    @inline()
  9. final def _5: collection.immutable.Seq[Stat]

    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def canEqual(that: Any): Boolean

    Definition Classes
    Procedure → Equals
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def copy(mods: collection.immutable.Seq[Mod] = this.mods, name: Term.Name = this.name, tparams: collection.immutable.Seq[Param] = this.tparams, paramss: collection.immutable.Seq[collection.immutable.Seq[Param]] = this.paramss, stats: collection.immutable.Seq[Stat] = this.stats): ThisType

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

    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean

    Definition Classes
    Procedure → Equals → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def get: Procedure

    Annotations
    @inline()
  18. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    Procedure → AnyRef → Any
  20. val internalParent: meta.Tree

    Attributes
    protected
    Definition Classes
    ProcedureTree
  21. val internalPrototype: Procedure

    Attributes
    protected
    Definition Classes
    ProcedureTree
  22. val internalScratchpads: Map[Host, collection.immutable.Seq[Any]]

    Attributes
    protected
    Definition Classes
    ProcedureTree
  23. final def isDefined: Boolean

    Annotations
    @inline()
  24. final def isEmpty: Boolean

    Annotations
    @inline()
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def mods: collection.immutable.Seq[Mod]

  27. def name: Term.Name

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

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

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

    Definition Classes
    AnyRef
  31. def paramss: collection.immutable.Seq[collection.immutable.Seq[Param]]

  32. def parent: Option[meta.Tree]

    Definition Classes
    ProcedureTree
  33. def productArity: Int

    Definition Classes
    Procedure → Product
  34. def productElement(n: Int): Any

    Definition Classes
    Procedure → Product
  35. def productIterator: Iterator[Any]

    Definition Classes
    Procedure → Product
  36. def productPrefix: String

    Definition Classes
    Procedure → Product
  37. def stats: collection.immutable.Seq[Stat]

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

    Definition Classes
    AnyRef
  39. final def toString(): String

    Definition Classes
    Tree → AnyRef → Any
  40. def tparams: collection.immutable.Seq[Param]

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Method

Inherited from Scope

Inherited from Member.Term

Inherited from Member

Inherited from Method

Inherited from meta.Scope

Inherited from Member.Term

Inherited from meta.Member

Inherited from Defn

Inherited from Stat

Inherited from Tree

Inherited from meta.Stat

Inherited from meta.Tree

Inherited from Ast

Inherited from Adt

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped