Class ToStringExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.ToStringExpression
- All Implemented Interfaces:
- Expression
Simply concatenates all sub expressions into a single string value. Very similar to
 
NonLocalizedToStringExpression, but does not make any special adjustments to the value. Also, unlike that
 expression type, this one uses the current locale as well.- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startup
- 
Constructor Details- 
ToStringExpressionpublic ToStringExpression()
- 
ToStringExpression
 
- 
- 
Method Details- 
executeDescription copied from interface:ExpressionCompute and return the value of this expression- Throws:
- ExpressionException
 
- 
getTypeDescription copied from interface:ExpressionReturn the type that this expression will return
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
- 
objToStr
 
-