Class SubscriptExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.SubscriptExpression
- All Implemented Interfaces:
- Expression
This expression takes a reference to an array, dataset, collection, or map and subscripts inside it to
 pull out a value, like: 
{dataset}[0,5]- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructorsConstructorDescriptionSubscriptExpression(Expression e, Expression sub1) SubscriptExpression(Expression e, Expression sub1, Expression sub2) 
- 
Method SummaryModifier and TypeMethodDescriptionexecute()Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startupMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.expressions.ExpressiongetType
- 
Constructor Details- 
SubscriptExpression
- 
SubscriptExpression
- 
SubscriptExpressionpublic SubscriptExpression()
 
- 
- 
Method Details- 
executeDescription copied from interface:ExpressionCompute and return the value of this expression- Throws:
- ExpressionException
 
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
 
-