Class ExpressionBindingParseContext
java.lang.Object
com.inductiveautomation.perspective.gateway.expression.AbstractExpressionParseContext
com.inductiveautomation.perspective.gateway.binding.expression.ExpressionBindingParseContext
- All Implemented Interfaces:
- ExpressionParseContext
- Direct Known Subclasses:
- ExpressionTransformParseContext
ExpressionParseContext for Perspective
 ExpressionBindings. Links
 up the expression with tag and property references.- 
Field SummaryFields inherited from class com.inductiveautomation.perspective.gateway.expression.AbstractExpressionParseContextcontext, INITIAL_TAG_VALUE
- 
Constructor SummaryConstructorsConstructorDescriptionPrimary constructor for creating newExpressionBindingParseContextinstances.
- 
Method SummaryModifier and TypeMethodDescriptioncreateBoundExpression(String path) Called to create expressions to represent bound elements, like:Methods inherited from class com.inductiveautomation.perspective.gateway.expression.AbstractExpressionParseContextcreateExpressionForTagReference, getFunctionFactory
- 
Constructor Details- 
ExpressionBindingParseContextPrimary constructor for creating newExpressionBindingParseContextinstances. All arguments must be non-null.- Parameters:
- context- The Perspective- Componentassociated with the expression binding. Property references may be made relative to this component
 
 
- 
- 
Method Details- 
createBoundExpressionDescription copied from interface:ExpressionParseContextCalled to create expressions to represent bound elements, like:{ path.to.something }- Parameters:
- path- the text content inside the braces.
- Throws:
- RuntimeException- because the CUP parser doesn't have a throws on the function that calls this inside the parser
 
- 
getReferences
 
-