Uses of Interface
dev.civl.mc.model.IF.expression.reference.MemoryUnitReference
Packages that use MemoryUnitReference
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.expression defines expression in CIVL.
-
Uses of MemoryUnitReference in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF with parameters of type MemoryUnitReferenceModifier and TypeMethodDescriptionModelFactory.memoryUnitExpression(CIVLSource source, Variable variable, CIVLType objetType, MemoryUnitReference reference, boolean writable, boolean hasPinterRef) creates a memory unit expression. -
Uses of MemoryUnitReference in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return MemoryUnitReferenceModifier and TypeMethodDescriptionMemoryUnitExpression.reference()Returns the reference of this memory unit expression. -
Uses of MemoryUnitReference in dev.civl.mc.model.IF.expression.reference
Subinterfaces of MemoryUnitReference in dev.civl.mc.model.IF.expression.referenceModifier and TypeInterfaceDescriptioninterfaceThis represents the reference to an array, which could be: element wildcard rangeinterfaceThis represents the complete reference to a variable.interfaceThis represents a reference to a field of a struct/union.Methods in dev.civl.mc.model.IF.expression.reference that return MemoryUnitReference