corda / net.corda.finance.contracts / Expression

Expression

data class Expression

Represents a textual expression of e.g. a formula

Constructors

<init>

Expression(expr: String)

Represents a textual expression of e.g. a formula

Properties

expr

val expr: String

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.