SimpleCondition

class SimpleCondition(predicate: Expression?, isElse: Boolean, body: Expression, whole: Element) : Condition

Properties

body
Link copied to clipboard
val body: Expression
condition
Link copied to clipboard
val condition: Element?
isElse
Link copied to clipboard
val isElse: Boolean
predicate
Link copied to clipboard
val predicate: Expression?
whole
Link copied to clipboard
val whole: Element