object Render
- Alphabetic
- By Inheritance
- Render
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- final case class Function(name: String, paramLists: List[List[RenderParam]]) extends Render with Product with Serializable
- final case class Infix(left: RenderParam, op: String, right: RenderParam) extends Render with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
className[A](C: ClassTag[A]): String
Creates a string representation of a class name.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
field(name: String): String
Creates a string representation of a field accessor.
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
function(name: String, paramLists: List[List[RenderParam]]): Render
Create a
Renderfrom an assertion combinator that should be rendered using standard function notation. -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
infix(left: RenderParam, op: String, right: RenderParam): Render
Create a
Renderfrom an assertion combinator that should be rendered using infix function notation. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
param[A](value: A): RenderParam
Construct a
RenderParamfrom a value. -
def
param[A](assertion: AssertionM[A]): RenderParam
Construct a
RenderParamfrom anAssertionM. -
def
quoted(string: String): String
Quote a string so it renders as a valid Scala string when rendered.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unapply(termName: String): String
Creates a string representation of an unapply method for a term.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()