KFeel
Toggle table of contents
v1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KFeel
KFeel
/
ca.acendas.kfeel.parser
/
IfThenElseNode
/
IfThenElseNode
If
Then
Else
Node
constructor
(
condition
:
ASTNode
,
thenBranch
:
ASTNode
,
elseBranch
:
ASTNode
,
position
:
Position
)