Class FormattedExpressionParseContext

java.lang.Object
com.inductiveautomation.ignition.gateway.expressions.FormattedExpressionParseContext
All Implemented Interfaces:
ExpressionParseContext

public class FormattedExpressionParseContext extends Object implements ExpressionParseContext
A simple delegating expression parse context that detects the presence of a format string defined by a pipe "|", such as {Property|#.00}, and creates a wrapped expression that executes the formatting. If the format string is not present, the path is passed unaltered to the delegate context.