Uses of Enum Class
dev.civl.mc.model.IF.expression.Expression.ExpressionKind
Packages that use Expression.ExpressionKind
Package
Description
Submodule model.expression defines expression in CIVL.
-
Uses of Expression.ExpressionKind in dev.civl.mc.model.IF.expression
Methods in dev.civl.mc.model.IF.expression that return Expression.ExpressionKindModifier and TypeMethodDescriptionExpression.expressionKind()Returns the kind of this expressionstatic Expression.ExpressionKindReturns the enum constant of this class with the specified name.static Expression.ExpressionKind[]Expression.ExpressionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.