Class TagReferenceBinder.SubscribedBinder
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.expressions.TagReferenceBinder
-
- com.inductiveautomation.ignition.gateway.expressions.TagReferenceBinder.SubscribedBinder
-
- All Implemented Interfaces:
ExpressionParseContext
- Enclosing class:
- TagReferenceBinder
protected static class TagReferenceBinder.SubscribedBinder extends TagReferenceBinder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.expressions.TagReferenceBinder
TagReferenceBinder.ReadBinder, TagReferenceBinder.SubscribedBinder, TagReferenceBinder.SubscribedTagExpression, TagReferenceBinder.TagReadExpression
-
-
Constructor Summary
Constructors Constructor Description SubscribedBinder(ObservablePropertySource propSource, FunctionFactory funcFactory, TagPath basePath)
SubscribedBinder(FunctionFactory funcFactory, TagPath basePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Expression
instantiateTagExpression(TagPath path, boolean selfRef)
-
Methods inherited from class com.inductiveautomation.ignition.gateway.expressions.TagReferenceBinder
createBoundExpression, getFunctionFactory, getLogger, instantiatePropertyExpression, isTag, isThis, newReadBinder, newSubcribedBinder, newTagOrPropertyBinder
-
-
-
-
Constructor Detail
-
SubscribedBinder
public SubscribedBinder(ObservablePropertySource propSource, FunctionFactory funcFactory, TagPath basePath)
-
SubscribedBinder
public SubscribedBinder(FunctionFactory funcFactory, TagPath basePath)
-
-
Method Detail
-
instantiateTagExpression
protected Expression instantiateTagExpression(TagPath path, boolean selfRef)
- Specified by:
instantiateTagExpression
in classTagReferenceBinder
-
-