Uses of Interface
dev.civl.sarl.IF.expr.ArrayElementReference
Packages that use ArrayElementReference
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
This package and its subpackages provide the "public interface" to SARL.
-
Uses of ArrayElementReference in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF that return ArrayElementReferenceModifier and TypeMethodDescriptionExpressionFactory.arrayElementReference(ReferenceExpression arrayReference, NumericExpression index) Given a reference to an array and an index (integer), returns a reference to the element of the array at that index -
Uses of ArrayElementReference in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return ArrayElementReferenceModifier and TypeMethodDescriptionCoreUniverse.arrayElementReference(ReferenceExpression arrayReference, NumericExpression index) Given a reference to an array and anindex(integer), returns a reference to the element of the array at that index.