final case class VConstructor(namespace: List[java.lang.String], name: java.lang.String, reprs: List[Repr]) extends Repr with Product with Serializable
A structured representation of a class constructor including the values of each field.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VConstructor
- Serializable
- Product
- Equals
- Repr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VConstructor(namespace: List[java.lang.String], name: java.lang.String, reprs: List[Repr])
Value Members
- val name: java.lang.String
- val namespace: List[java.lang.String]
- def productElementNames: Iterator[scala.Predef.String]
- Definition Classes
- Product
- def render: scala.Predef.String
Render the
Repr
to a human readable format using theSimple
renderer.Render the
Repr
to a human readable format using theSimple
renderer.- Definition Classes
- Repr
- def render(renderer: Renderer): scala.Predef.String
Render the
Repr
to a human readable format using the specifiedRenderer
.Render the
Repr
to a human readable format using the specifiedRenderer
.- Definition Classes
- Repr
- val reprs: List[Repr]