Class/Object

inox.ast.Definitions

ValDef

Related Docs: object ValDef | package Definitions

Permalink

sealed class ValDef extends Tree with Trees.Definition with Trees.VariableSymbol

A ValDef declares a formal parameter (with symbol id) to be of a certain type.

Linear Supertypes
Trees.VariableSymbol, Trees.Typed, Trees.Printable, Trees.Definition, Tree, Serializable, Serializable, Positioned, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValDef
  2. VariableSymbol
  3. Typed
  4. Printable
  5. Definition
  6. Tree
  7. Serializable
  8. Serializable
  9. Positioned
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValDef(v: Trees.Variable)

    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. 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): ValDef.this.type

    Permalink
    Definition Classes
    Tree
  8. def copy(id: Identifier = id, tpe: Trees.Type = tpe, flags: Set[Trees.Flag] = flags): Trees.ValDef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flags: Set[Trees.Flag]

    Permalink
    Definition Classes
    ValDefVariableSymbol
    Annotations
    @inline()
  13. def freshen: Trees.ValDef

    Permalink
    Annotations
    @inline()
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getPos: Position

    Permalink
    Definition Classes
    Positioned
  16. def getType(implicit s: Trees.Symbols): Trees.Type

    Permalink
    Definition Classes
    VariableSymbolTyped
  17. def hashCode(): Int

    Permalink
    Definition Classes
    ValDefVariableSymbolDefinition → AnyRef → Any
  18. def id: Identifier

    Permalink
    Definition Classes
    ValDefVariableSymbolDefinition
    Annotations
    @inline()
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isTyped(implicit s: Trees.Symbols): Boolean

    Permalink
    Definition Classes
    Typed
  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(pos: Position): ValDef.this.type

    Permalink
    Definition Classes
    ValDefPositioned
  25. def setPos(that: Positioned): ValDef.this.type

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

    Permalink
    Definition Classes
    AnyRef
  27. def to[A <: Trees.VariableSymbol](implicit ev: Trees.VariableConverter[A]): A

    Permalink
    Definition Classes
    VariableSymbol
  28. def toString(): String

    Permalink
    Definition Classes
    ValDefTree → AnyRef → Any
  29. def toVariable: Trees.Variable

    Permalink

    Transform this ValDef into a Variable

    Transform this ValDef into a Variable

    Annotations
    @inline()
  30. def tpe: Trees.Type

    Permalink
    Definition Classes
    ValDefVariableSymbol
    Annotations
    @inline()
  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 Trees.VariableSymbol

Inherited from Trees.Typed

Inherited from Trees.Printable

Inherited from Trees.Definition

Inherited from Tree

Inherited from Serializable

Inherited from Serializable

Inherited from Positioned

Inherited from AnyRef

Inherited from Any

Ungrouped