trait ValueParam extends ParameterEntity

A value parameter to a constructor or method.

Source
Entity.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueParam
  2. ParameterEntity
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def defaultValue: Option[TreeEntity]

    The default value of this value parameter, if it has been defined.

  2. abstract def isImplicit: Boolean

    Whether this value parameter is implicit.

  3. abstract def name: String
    Definition Classes
    ParameterEntity
  4. abstract def resultType: TypeEntity

    The type of this value parameter.