Uses of Enum Class
dev.civl.sarl.IF.expr.ReferenceExpression.ReferenceKind
Packages that use ReferenceExpression.ReferenceKind
Package
Description
The public interface package dealing with symbolic expressions.
-
Uses of ReferenceExpression.ReferenceKind in dev.civl.sarl.IF.expr
Methods in dev.civl.sarl.IF.expr that return ReferenceExpression.ReferenceKindModifier and TypeMethodDescriptionReferenceExpression.referenceKind()Gets the kind of this reference.Returns the enum constant of this class with the specified name.static ReferenceExpression.ReferenceKind[]ReferenceExpression.ReferenceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.