Uses of Interface
dev.civl.mc.model.IF.expression.UnaryExpression
Packages that use UnaryExpression
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
-
Uses of UnaryExpression in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return UnaryExpressionModifier and TypeMethodDescriptionModelFactory.unaryExpression(CIVLSource source, UnaryExpression.UNARY_OPERATOR operator, Expression operand) A unary expression.