Uses of Enum Class
dev.civl.mc.model.IF.expression.BinaryExpression.BINARY_OPERATOR
Packages that use BinaryExpression.BINARY_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 BinaryExpression.BINARY_OPERATOR in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF with parameters of type BinaryExpression.BINARY_OPERATORModifier and TypeMethodDescriptionModelFactory.binaryExpression(CIVLSource source, BinaryExpression.BINARY_OPERATOR operator, Expression left, Expression right) A binary expression. -
Uses of BinaryExpression.BINARY_OPERATOR in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return BinaryExpression.BINARY_OPERATORModifier and TypeMethodDescriptionBinaryExpression.operator()Returns the enum constant of this class with the specified name.static BinaryExpression.BINARY_OPERATOR[]BinaryExpression.BINARY_OPERATOR.values()Returns an array containing the constants of this enum class, in the order they are declared.