TextGenerator

scalapb.textformat.TextGenerator
class TextGenerator(singleLine: Boolean, escapeNonAscii: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def add(s: String): TextGenerator
def addNewLine(s: String): TextGenerator
def result(): String