Code

final case
class Code(source: String) extends Code
Companion
object
trait Serializable
trait Code
trait Writable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type In = String
type Out = Unit

Inherited types

type Self = T[In, Out]
Inherited from
Code

Value members

Concrete methods

def compileBody()(implicit compiler: Compiler): Future[Unit]
def execute(in: In)(implicit compiler: Compiler): Out
def postlude: String
def prelude: String
def tpe: Type
def updateSource(newText: String): Code

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def write(out: DataOutput): Unit
Inherited from
Code