public class OrElseNode extends AbstractBinaryOperationNode
| Constructor and Description |
|---|
OrElseNode(AbstractNode operand1,
AbstractNode operand2) |
| Modifier and Type | Method and Description |
|---|---|
AbstractReturnValue |
interpret(CommunicationManager mgr)
Either operand1 or operand2 is interpreted and returned.
|
equals, getOperand1, getOperand2, hashCode, toStringisIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodepublic OrElseNode(AbstractNode operand1, AbstractNode operand2)
operand1 - operand2 - public AbstractReturnValue interpret(CommunicationManager mgr) throws CheckScriptException
interpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptException