Uses of Enum Class
dev.civl.mc.model.IF.expression.UnaryExpression.UNARY_OPERATOR
Packages that use UnaryExpression.UNARY_OPERATOR
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 UnaryExpression.UNARY_OPERATOR in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF with parameters of type UnaryExpression.UNARY_OPERATORModifier and TypeMethodDescriptionModelFactory.unaryExpression(CIVLSource source, UnaryExpression.UNARY_OPERATOR operator, Expression operand) A unary expression. -
Uses of UnaryExpression.UNARY_OPERATOR in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return UnaryExpression.UNARY_OPERATORModifier and TypeMethodDescriptionUnaryExpression.operator()Returns the enum constant of this class with the specified name.static UnaryExpression.UNARY_OPERATOR[]UnaryExpression.UNARY_OPERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.mc.model.IF.expression with parameters of type UnaryExpression.UNARY_OPERATORModifier and TypeMethodDescriptionvoidUnaryExpression.setOperator(UnaryExpression.UNARY_OPERATOR operator)