Package com.inductiveautomation.ignition.gateway.expressions
package com.inductiveautomation.ignition.gateway.expressions
-
ClassesClassDescriptionThe foundation for an expression parse context that tries to create a reference, but then delegates if the reference isn't the type expected.This parse context is built to work with a collection of events.An
ExpressionParseContext
that creates expressions which reference the properties on an object using the bean-style naming pattern to look up the getter.This class implements DBExpressionFunctionProvider by executing the functions against a given data source name using the gateway context.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.This parse context results in expressions that only evaluate to strings, and do so in a way that respects the provided locale, as much as possible.This context creates expressions that reference properties.The TagReferenceBinder is a parse context that looks for references to tags, and possibly properties.