public interface IfNode extends ProgramNode
| Modifier and Type | Method and Description | 
|---|---|
String | 
getExpression()
Deprecated. 
 
Use  
getExpression2() instead | 
Expression | 
getExpression2()  | 
IfNode | 
setExpression(Expression expression)  | 
IfNode | 
setExpression(String expression)
Deprecated. 
 
Use  
ExpressionBuilder to build an
 Expression and set it using setExpression(Expression expression) | 
@Deprecated IfNode setExpression(String expression)
ExpressionBuilder to build an
 Expression and set it using setExpression(Expression expression)expression - The expression that will be evaluated in this IfNodeIllegalStateException - 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 IfNodeIllegalStateException - if called from a Swing-based URCap outside of an UndoableChanges scope (see also UndoRedoManager)@Deprecated String getExpression()
getExpression2() insteadExpression getExpression2()
Copyright © 2019. All rights reserved.