Trait

inox.ast.Definitions

ADTDefinition

Related Doc: package Definitions

Permalink

sealed trait ADTDefinition extends Tree with Trees.Definition

Represents an ADT definition (either the ADT sort or a constructor).

Linear Supertypes
Trees.Definition, Tree, Serializable, Serializable, Positioned, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ADTDefinition
  2. Definition
  3. Tree
  4. Serializable
  5. Serializable
  6. Positioned
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val flags: Set[Trees.Flag]

    Permalink
  2. abstract val id: Identifier

    Permalink
    Definition Classes
    ADTDefinitionDefinition
  3. abstract val isSort: Boolean

    Permalink
  4. abstract def root(implicit s: Trees.Symbols): Trees.ADTDefinition

    Permalink

    The root of the class hierarchy

  5. abstract val tparams: Seq[Trees.TypeParameterDef]

    Permalink
  6. abstract def typed(implicit s: Trees.Symbols): Trees.TypedADTDefinition

    Permalink
  7. abstract def typed(tps: Seq[Trees.Type])(implicit s: Trees.Symbols): Trees.TypedADTDefinition

    Permalink

Concrete 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 asString(implicit opts: Trees.PrinterOptions): String

    Permalink
    Definition Classes
    Tree
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copiedFrom(o: Tree): ADTDefinition.this.type

    Permalink
    Definition Classes
    Tree
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equality(implicit s: Trees.Symbols): Option[Trees.FunDef]

    Permalink

    An equality relation defined on this ADTDefinition

  10. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Definition → AnyRef → Any
  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. def getPos: Position

    Permalink
    Definition Classes
    Positioned
  14. def hasEquality(implicit s: Trees.Symbols): Boolean

    Permalink
  15. def hasInstance(implicit s: Trees.Symbols): Boolean

    Permalink
  16. def hasInvariant(implicit s: Trees.Symbols): Boolean

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Definition → AnyRef → Any
  18. def invariant(implicit s: Trees.Symbols): Option[Trees.FunDef]

    Permalink

    An invariant that refines this ADTDefinition

  19. def isInductive(implicit s: Trees.Symbols): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def setPos(that: Positioned): ADTDefinition.this.type

    Permalink
    Definition Classes
    Positioned
  25. def setPos(pos: Position): ADTDefinition.this.type

    Permalink
    Definition Classes
    Positioned
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Tree → AnyRef → Any
  28. def typeArgs: Seq[Trees.TypeParameter]

    Permalink
  29. final def wait(): Unit

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

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

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

Inherited from Trees.Definition

Inherited from Tree

Inherited from Serializable

Inherited from Serializable

Inherited from Positioned

Inherited from AnyRef

Inherited from Any

Ungrouped