Uses of Interface
dev.civl.sarl.IF.expr.TupleComponentReference
Packages that use TupleComponentReference
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 TupleComponentReference in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF that return TupleComponentReferenceModifier and TypeMethodDescriptionExpressionFactory.tupleComponentReference(ReferenceExpression tupleReference, IntObject fieldIndex) Given a reference to a tuple, and a field index, returns a reference to that component of the tuple -
Uses of TupleComponentReference in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return TupleComponentReferenceModifier and TypeMethodDescriptionCoreUniverse.tupleComponentReference(ReferenceExpression tupleReference, IntObject fieldIndex) Given a reference to a tuple, and a field index, returns a reference to that component of the tuple.