Package it.unive.lisa.program.cfg.statement.comparison
-
Class Summary Class Description Equal An expression modeling the equality test (==
).GreaterOrEqual An expression modeling the greater or equal operation (>=
).GreaterThan An expression modeling the greater than operation (>
).LessOrEqual An expression modeling the less or equal operation (<=
).LessThan An expression modeling the less than operation (<
).NotEqual An expression modeling the inequality test (!=
).