Packages

case class GenParamInfo[T](sourceName: String, annotName: commons.Opt[name], hasWhenAbsent: Boolean, transientDefault: Boolean, outOfOrder: Boolean, flags: ParamFlags) extends GenInfo[T] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenParamInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenInfo
  7. TypedMetadata
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenParamInfo(sourceName: String, annotName: commons.Opt[name], hasWhenAbsent: Boolean, transientDefault: Boolean, outOfOrder: Boolean, flags: ParamFlags)

Value Members

  1. val annotName: commons.Opt[name]
    Definition Classes
    GenParamInfoGenInfo
  2. val flags: ParamFlags
  3. val hasWhenAbsent: Boolean
  4. val outOfOrder: Boolean
  5. def rawName: String
    Definition Classes
    GenInfo
  6. val sourceName: String
    Definition Classes
    GenParamInfoGenInfo
  7. val transientDefault: Boolean