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.tree
Methods in com.sun.source.tree that return CaseTree.CaseKindModifier and TypeMethodDescriptiondefault CaseTree.CaseKind
CaseTree.getCaseKind()
Returns the kind of this case.static CaseTree.CaseKind
Returns 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.