| 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 | 
|---|---|
ElseIfNode | 
ProgramNodeFactory.createElseIfNode()  | 
| Modifier and Type | Method and Description | 
|---|---|
ElseIfNode | 
ElseIfNode.setExpression(Expression expression)  | 
ElseIfNode | 
ElseIfNode.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(ElseIfNode programNode,
     int index,
     int depth)
This method is called whenever an Else-If node is encountered. 
 | 
Copyright © 2018. All rights reserved.