Uses of Enum Class
com.sun.source.tree.CaseTree.CaseKind
Packages that use CaseTree.CaseKind
Package
Description
Provides interfaces to represent source code as abstract syntax
 trees (AST).
- 
Uses of CaseTree.CaseKind in com.sun.source.treeMethods in com.sun.source.tree that return CaseTree.CaseKindModifier and TypeMethodDescriptiondefault CaseTree.CaseKindCaseTree.getCaseKind()Returns the kind of this case.static CaseTree.CaseKindReturns the enum constant of this class with the specified name.static CaseTree.CaseKind[]CaseTree.CaseKind.values()Returns an array containing the constants of this enum class, in the order they are declared.