object Doc
- Source
- Doc.scala
- Alphabetic
- By Inheritance
- Doc
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
line: Doc
A line break that is optionally replaced by a space.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
sep(docs: Traversable[Doc], by: Doc): Doc
Concatenate a series of docs with a separator between them.
-
def
spread(cols: Traversable[Doc]): Doc
Concatenate a series of docs with spaces between them.
-
def
stack(lines: Traversable[Doc]): Doc
Concatenate a series of docs with line breaks between them.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def text(t: String): Doc
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wordwrap(ds: Iterable[Doc], sep: Doc = ""): Doc
Groups a series of Docs such that as many as possible will be put on one line.
Groups a series of Docs such that as many as possible will be put on one line.
- sep
A separator between each pair of elements.
-
def
wordwrap2(ds: Iterable[Doc], sep: Doc = ""): Doc
Groups a series of Docs such that as many as possible will be put on the first line, after which each one is put on a new line.
Groups a series of Docs such that as many as possible will be put on the first line, after which each one is put on a new line.
- sep
A separator between each pair of elements.
-
def
zeroWidthLine: Doc
Line break that is optionally replaced by nothing.
This is the API documentation for GAPT.
The main package is gapt.