Uses of Enum Class
dev.civl.abc.ast.node.IF.expression.ExpressionNode.ExpressionKind
Packages that use ExpressionNode.ExpressionKind
Package
Description
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
-
Uses of ExpressionNode.ExpressionKind in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return ExpressionNode.ExpressionKindModifier and TypeMethodDescriptionExpressionNode.expressionKind()Returns the kind of this expression.Returns the enum constant of this class with the specified name.static ExpressionNode.ExpressionKind[]ExpressionNode.ExpressionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.