public interface IfNode extends ProgramNode
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Deprecated.
Use
getExpression2() instead. |
Expression |
getExpression2() |
IfNode |
setExpression(Expression expression)
Sets the expression used by the node.
|
IfNode |
setExpression(String expression)
Deprecated.
Use
ExpressionBuilder instead to build an Expression and set it using
setExpression(Expression expression) . |
@Deprecated IfNode setExpression(String expression)
ExpressionBuilder
instead to build an Expression
and set it using
setExpression(Expression expression)
.expression
- The expression that will be evaluated in this If Node.IllegalStateException
- if called from a Swing-based URCap outside of an UndoableChanges
scope (see also UndoRedoManager
).IfNode setExpression(Expression expression)
expression
- The expression that will be evaluated in this If Node.IllegalStateException
- if called from a Swing-based URCap outside of an UndoableChanges
scope
(see also UndoRedoManager
).@Deprecated String getExpression()
getExpression2()
instead.Expression getExpression2()
Copyright © 2021. All rights reserved.