Class PropertyBasedExpressionParseContext.PropertyReferenceExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.gateway.expressions.PropertyBasedExpressionParseContext.PropertyReferenceExpression
- All Implemented Interfaces:
 ObservablePropertySource.PropertyInteractionListener,Expression
- Enclosing class:
 - PropertyBasedExpressionParseContext
 
protected class PropertyBasedExpressionParseContext.PropertyReferenceExpression
extends AbstractExpression
implements ObservablePropertySource.PropertyInteractionListener
- 
Field Summary
FieldsFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconnect(CommonContext context, InteractionListener updateListener) Gives the expression a chance to connect itself to things, if necessary.voidTells the expression to disconnect from anything it was connected to.execute()Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsClass<?>getType()Return the type that this expression will returnvoidpropertyChanged(Property<?> prop) Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
getChildren, setChildren, shutdown, startup 
- 
Field Details
- 
prop
 
 - 
 - 
Constructor Details
- 
PropertyReferenceExpression
 
 - 
 - 
Method Details
- 
execute
Description copied from interface:ExpressionCompute and return the value of this expression- Specified by:
 executein interfaceExpression- Throws:
 ExpressionException
 - 
getType
Description copied from interface:ExpressionReturn the type that this expression will return- Specified by:
 getTypein interfaceExpression
 - 
getOpName
Description copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs- Specified by:
 getOpNamein interfaceExpression
 - 
connect
Description copied from interface:ExpressionGives the expression a chance to connect itself to things, if necessary. Most expressions do not have any connections. An expression should notify the updateListener if they change.- Specified by:
 connectin interfaceExpression- Overrides:
 connectin classAbstractExpression
 - 
disconnect
public void disconnect()Description copied from interface:ExpressionTells the expression to disconnect from anything it was connected to.- Specified by:
 disconnectin interfaceExpression- Overrides:
 disconnectin classAbstractExpression
 - 
propertyChanged
- Specified by:
 propertyChangedin interfaceObservablePropertySource.PropertyInteractionListener
 
 -