Class BeanStyleExpressionParseContext
java.lang.Object
com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContext
com.inductiveautomation.ignition.gateway.expressions.BeanStyleExpressionParseContext
- All Implemented Interfaces:
- ExpressionParseContext
An 
ExpressionParseContext that creates expressions which reference the properties on an object using the
 bean-style naming pattern to look up the getter.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ExpressionThis function should create the expression if possible.Methods inherited from class com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContextcreateBoundExpression, getBaseFunctionFactory, getDelegateParseContext, getFunctionFactory
- 
Constructor Details- 
BeanStyleExpressionParseContext
 
- 
- 
Method Details- 
tryCreateBoundExpressionDescription copied from class:AbstractMultiLevelExpressionParseContextThis function should create the expression if possible. If not, it should return null instead of throwing the error, in which case the parent parse context will be tried.- Specified by:
- tryCreateBoundExpressionin class- AbstractMultiLevelExpressionParseContext
 
 
-