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
-
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
ConstructorsConstructorDescriptionSubscribedBinder
(ObservablePropertySource propSource, FunctionFactory funcFactory, TagPath basePath) SubscribedBinder
(FunctionFactory funcFactory, TagPath basePath) -
Method Summary
Modifier and TypeMethodDescriptionprotected Expression
instantiateTagExpression
(TagPath path, boolean selfRef) Methods inherited from class com.inductiveautomation.ignition.gateway.expressions.TagReferenceBinder
createBoundExpression, getFunctionFactory, getLogger, instantiatePropertyExpression, isTag, isThis, newReadBinder, newReadBinder, newSubscribedBinder, newTagOrPropertyBinder, setThrowExceptionOnParseError
-
Constructor Details
-
SubscribedBinder
public SubscribedBinder(ObservablePropertySource propSource, FunctionFactory funcFactory, TagPath basePath) -
SubscribedBinder
-
-
Method Details
-
instantiateTagExpression
- Specified by:
instantiateTagExpression
in classTagReferenceBinder
-