Class AlarmExpressionParseContext
java.lang.Object
com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContext
com.inductiveautomation.ignition.gateway.expressions.PropertyBasedExpressionParseContext
com.inductiveautomation.ignition.gateway.alarming.AlarmExpressionParseContext
- All Implemented Interfaces:
- ExpressionParseContext
This expression parse context is basically the same as the 
PropertyBasedExpressionParseContext, except that
 it uses the AlarmBasedFunctionFactory that adds a few additional functions.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.expressions.PropertyBasedExpressionParseContextPropertyBasedExpressionParseContext.PropertyReferenceExpression
- 
Constructor SummaryConstructorsConstructorDescriptionAlarmExpressionParseContext(ExpressionParseContext parent, PropertyResolver propResolver, AlarmEvent source, FunctionFactory factory) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.gateway.expressions.PropertyBasedExpressionParseContextgetFunctionFactory, getResolver, getSource, tryCreateBoundExpressionMethods inherited from class com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContextcreateBoundExpression, getBaseFunctionFactory, getDelegateParseContext
- 
Constructor Details- 
AlarmExpressionParseContextpublic AlarmExpressionParseContext(ExpressionParseContext parent, PropertyResolver propResolver, AlarmEvent source, FunctionFactory factory) 
 
-