Uses of Enum Class
jdk.incubator.jextract.Declaration.Variable.Kind
Packages that use Declaration.Variable.Kind
-
Uses of Declaration.Variable.Kind in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Declaration.Variable.KindModifier and TypeMethodDescriptionDeclaration.Variable.kind()The kind associated with this variable declaration.static Declaration.Variable.KindReturns the enum constant of this class with the specified name.static Declaration.Variable.Kind[]Declaration.Variable.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.