Uses of Interface
dev.civl.mc.model.IF.expression.SubscriptExpression
Packages that use SubscriptExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of SubscriptExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return SubscriptExpressionModifier and TypeMethodDescriptionModelFactory.subscriptExpression(CIVLSource source, LHSExpression array, Expression index) An expression for an array index operation.