Uses of Interface
dev.civl.sarl.IF.expr.UnionMemberReference
Packages that use UnionMemberReference
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 UnionMemberReference in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF that return UnionMemberReferenceModifier and TypeMethodDescriptionExpressionFactory.unionMemberReference(ReferenceExpression unionReference, IntObject memberIndex) Given a reference to a union (expression of union type) and an index of a member type of that union, returns a reference to the underlying element -
Uses of UnionMemberReference in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return UnionMemberReferenceModifier and TypeMethodDescriptionCoreUniverse.unionMemberReference(ReferenceExpression unionReference, IntObject memberIndex) Given a reference to a union (expression of union type) and an index of a member type of that union, returns a reference to the underlying element.