Class AbstractExpressionParseContext
java.lang.Object
com.inductiveautomation.perspective.gateway.expression.AbstractExpressionParseContext
- All Implemented Interfaces:
ExpressionParseContext
- Direct Known Subclasses:
ExpressionBindingParseContext
public abstract class AbstractExpressionParseContext
extends Object
implements ExpressionParseContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractExpressionParseContext(@NonNull BindingContext bindingContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExpressioncreateExpressionForTagReference(String pathSource) Returns the function factory to be used for looking up functions during parsing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.expressions.ExpressionParseContext
createBoundExpression
-
Field Details
-
INITIAL_TAG_VALUE
-
context
-
-
Constructor Details
-
AbstractExpressionParseContext
-
-
Method Details
-
createExpressionForTagReference
-
getFunctionFactory
Description copied from interface:ExpressionParseContextReturns the function factory to be used for looking up functions during parsing.- Specified by:
getFunctionFactoryin interfaceExpressionParseContext- Returns:
- the
FunctionFactory
-