Class

parsel.ast

ClassDef

Related Doc: package ast

Permalink

final case class ClassDef(name: Name, bases: Seq[Expr], keywords: Seq[Keyword], body: Seq[Statement], decoratorList: Seq[Expr]) extends Statement with Product with Serializable

Linear Supertypes
Statement, CompleteTree, Tree, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassDef
  2. Statement
  3. CompleteTree
  4. Tree
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassDef(name: Name, bases: Seq[Expr], keywords: Seq[Keyword], body: Seq[Statement], decoratorList: Seq[Expr])

    Permalink

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. val bases: Seq[Expr]

    Permalink
  6. val basesPretty: Option[String]

    Permalink
  7. val body: Seq[Statement]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val decoratorList: Seq[Expr]

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

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  14. val keywords: Seq[Keyword]

    Permalink
  15. val kwsPretty: Option[String]

    Permalink
  16. val name: Name

    Permalink
  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 pretty(prefix: String, indent: String): String

    Permalink
    Definition Classes
    ClassDefStatement
  21. def pretty: String

    Permalink
    Definition Classes
    StatementTree
  22. def pretty(prefix: String): String

    Permalink
    Definition Classes
    Statement
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  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 Statement

Inherited from CompleteTree

Inherited from Tree

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped