Code

case class Code(content: String, defs: Vector[Code])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapContent(f: String => String): Code
def merge(other: Code)(f: (String, String) => String): Code
def merge(other0: Code, other1: Code)(f: (String, String, String) => String): Code
def toClassDef(packageName: String, className: String): String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product