Package | Description |
---|---|
com.ur.urcap.api.domain.program.nodes | |
com.ur.urcap.api.domain.program.nodes.builtin | |
com.ur.urcap.api.domain.program.structure |
Modifier and Type | Method and Description |
---|---|
IfNode |
ProgramNodeFactory.createIfNode() |
Modifier and Type | Method and Description |
---|---|
IfNode |
IfNode.setExpression(Expression expression)
Sets the expression used by the node.
|
IfNode |
IfNode.setExpression(String expression)
Deprecated.
Use
ExpressionBuilder instead to build an Expression and set it using
setExpression(Expression expression) . |
Modifier and Type | Method and Description |
---|---|
void |
ProgramNodeVisitor.visit(IfNode programNode,
int index,
int depth)
This method is called whenever an If node is encountered.
|
Copyright © 2021. All rights reserved.