Uses of Enum Class
com.sun.source.tree.EnhancedForLoopTree.DeclarationKind
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of EnhancedForLoopTree.DeclarationKindPREVIEW in com.sun.source.tree
Modifier and TypeMethodDescriptionEnhancedForLoopTree.getDeclarationKind()
Preview.Returns the kind of the declaration of the "enhanced"for
.Returns the enum constant of this class with the specified name.EnhancedForLoopTree.DeclarationKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.