ConditionalOp
data class ConditionalOp(val resultOp: Op, val conditionOp: Op, val ownerClassFqn: String = "") : Op(source)
An Op that describes that the function calls found with resultOp depend on the function calls found with the conditionOp
Functions
Link copied to clipboard
Adds an alternation token (|
) between the current OrderFragment and other. All OrderToken are converted into OrderFragments.
Link copied to clipboard
Convert this OrderFragment to a binary syntax tree
Link copied to clipboard
Create a ConditionalOp with this as the ConditionalOp.resultOp and conditionOp as the ConditionalOp.conditionOp