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
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- val name: java.lang.String
- val namespace: List[java.lang.String]
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()