object RenderHelpers
- Source
- RenderHelpers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RenderHelpers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 blockScope(prefix: Doc)(body: Doc*): Doc
- def caseClass(name: String, xs: List[Doc], methods: List[Doc]): Doc
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapeFieldName(name: String): String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generateArgument[C](a: Argument[C, AnyValue]): Doc
- def generateDirective[C](d: parser.QueryAst.Directive[C, AnyValue]): Doc
- def generateValue[C](v: Value[AnyValue, C], anyValue: Boolean): Doc
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hardIntercalate(left: Doc, right: Doc, xs: List[Doc], sep: Doc = Doc.empty): Doc
- def hardIntercalateBracket(left: Char, sep: Doc = Doc.empty)(xs: List[Doc])(right: Char): Doc
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def imp(t: String): Doc
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapN(n: Int)(f: Doc): Doc
- def method(name: String, ps: List[Doc]): Doc
- def modifyHead(f: (Char) => Char): (String) => String
- 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 obj[G[_]](name: String, body: G[Doc])(implicit arg0: Foldable[G]): Doc
- def optUnless(cond: Boolean)(tpe: String): String
- def params(xs: List[Doc]): Doc
- def quoted(str: String): Doc
- def quoted(doc: Doc): Doc
- lazy val reservedScalaWords: Set[String]
- def scalaField(name: String, tpe: String): Doc
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toCaml: (String) => String
- val toPascal: (String) => String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeParams(xs: List[Doc]): Doc
- def verticalApply(name: String, params: List[Doc]): Doc
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()