| 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)  | 
IfNode | 
IfNode.setExpression(String expression)
Deprecated. 
 
Use  
ExpressionBuilder 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 © 2019. All rights reserved.