Packages

final class ParameterShape extends Product with Serializable

Metadata about one parameter of a class.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParameterShape
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParameterShape(name: String, tpe: String, annotations: List[StaticAnnotation], underlying: Option[ClassShaper[_]])

    name

    the parameter name of this parameter.

    tpe

    the pretty-printed type of this parameter

    annotations

    static annotations attached to this parameter.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allNames: List[String]
  5. def alternativeNames: List[String]
  6. val annotations: List[StaticAnnotation]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canEqual(obj: Any): Boolean
    Definition Classes
    ParameterShape → Equals
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def deprecated: Option[Deprecated]
  11. def deprecatedNames: List[DeprecatedName]
  12. def description: Option[Doc]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    ParameterShape → Equals → AnyRef → Any
  15. def exampleValues: List[String]
  16. def extraNames: List[String]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    ParameterShape → AnyRef → Any
  20. def isAlwaysDerived: Boolean
  21. def isBoolean: Boolean
  22. def isDynamic: Boolean
  23. def isHidden: Boolean
  24. def isInline: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isNumber: Boolean
  27. def isPositionalArgument: Boolean
  28. def isRepeated: Boolean
  29. def isTabComplete: Boolean
  30. def isTabCompleteOneOf: Boolean
  31. def isTrailingArgument: Boolean
  32. def isTreatInvalidFlagAsPositional: Boolean
  33. def matchesLowercase(name: String): Boolean
  34. val name: String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def productArity: Int
    Definition Classes
    ParameterShape → Product
  39. def productElement(n: Int): Any
    Definition Classes
    ParameterShape → Product
  40. def productElementName(n: Int): String
    Definition Classes
    ParameterShape → Product
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def productIterator: Iterator[Any]
    Definition Classes
    Product
  43. def productPrefix: String
    Definition Classes
    ParameterShape → Product
  44. def sinceVersion: Option[String]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def tabCompleteOneOf: Option[List[String]]
  47. def tabCompleter: Option[Completer[_]]
  48. def toString(): String
    Definition Classes
    ParameterShape → AnyRef → Any
  49. val tpe: String
  50. val underlying: Option[ClassShaper[_]]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. def withAnnotations(annotations: List[StaticAnnotation]): ParameterShape
  55. def withName(name: String): ParameterShape
  56. def withTpe(tpe: String): ParameterShape
  57. def withUnderlying(underlying: Option[ClassShaper[_]]): ParameterShape

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped