Uses of Interface
dev.civl.mc.model.IF.statement.AssignStatement
Packages that use AssignStatement
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of AssignStatement in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return AssignStatementModifier and TypeMethodDescriptionModelFactory.assignStatement(CIVLSource civlSource, Location source, LHSExpression lhs, Expression rhs, boolean isInitializer) An assignment statement.