final case class Object(namespace: List[java.lang.String], name: java.lang.String) extends Repr with Product with Serializable
A structured representation of a static object.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Object
- Serializable
- Product
- Equals
- Repr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Object(namespace: List[java.lang.String], name: java.lang.String)
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