Uses of Enum Class
dev.civl.abc.ast.node.IF.acsl.ExtendedQuantifiedExpressionNode.ExtendedQuantifier
Packages that use ExtendedQuantifiedExpressionNode.ExtendedQuantifier
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of ExtendedQuantifiedExpressionNode.ExtendedQuantifier in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type ExtendedQuantifiedExpressionNode.ExtendedQuantifierModifier and TypeMethodDescriptionNodeFactory.newExtendedQuantifiedExpressionNode(Source source, ExtendedQuantifiedExpressionNode.ExtendedQuantifier quant, ExpressionNode lo, ExpressionNode hi, ExpressionNode function) Creates a new extended quantified expression node. -
Uses of ExtendedQuantifiedExpressionNode.ExtendedQuantifier in dev.civl.abc.ast.node.IF.acsl
Methods in dev.civl.abc.ast.node.IF.acsl that return ExtendedQuantifiedExpressionNode.ExtendedQuantifierModifier and TypeMethodDescriptionExtendedQuantifiedExpressionNode.extQuantifier()returns the extended quantifier of this expressionReturns the enum constant of this class with the specified name.ExtendedQuantifiedExpressionNode.ExtendedQuantifier.values()Returns an array containing the constants of this enum class, in the order they are declared.