Class AbstractExpressionParseContext
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.expression.AbstractExpressionParseContext
 
 
- 
- All Implemented Interfaces:
 ExpressionParseContext
- Direct Known Subclasses:
 ExpressionBindingParseContext
public abstract class AbstractExpressionParseContext extends java.lang.Object implements ExpressionParseContext
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected BindingContextcontextstatic QualifiedValueINITIAL_TAG_VALUE 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractExpressionParseContext(BindingContext bindingContext) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExpressioncreateExpressionForTagReference(java.lang.String pathSource)FunctionFactorygetFunctionFactory()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.expressions.ExpressionParseContext
createBoundExpression 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INITIAL_TAG_VALUE
public static final QualifiedValue INITIAL_TAG_VALUE
 
- 
context
protected final BindingContext context
 
 - 
 
- 
Constructor Detail
- 
AbstractExpressionParseContext
protected AbstractExpressionParseContext(@Nonnull BindingContext bindingContext) 
 - 
 
- 
Method Detail
- 
createExpressionForTagReference
protected Expression createExpressionForTagReference(java.lang.String pathSource)
 
- 
getFunctionFactory
public FunctionFactory getFunctionFactory()
- Specified by:
 getFunctionFactoryin interfaceExpressionParseContext
 
 - 
 
 -