Simple Condition
class SimpleCondition( val predicate: Expression?, val isElse: Boolean, val body: Expression, val whole: Element) : Condition
Content copied to clipboard
Constructors
Link copied to clipboard
fun SimpleCondition( predicate: Expression?, isElse: Boolean, body: Expression, whole: Element)
Content copied to clipboard