Uses of Interface
com.sun.source.tree.CaseLabelTree
Packages that use CaseLabelTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of CaseLabelTree in com.sun.source.tree
Subinterfaces of CaseLabelTree in com.sun.source.treeModifier and TypeInterfaceDescriptioninterface
A case label element that refers to a constant expressioninterface
A case label that marksdefault
incase null, default
.interface
A case label element that refers to an expressionMethods in com.sun.source.tree that return types with arguments of type CaseLabelTreeModifier and TypeMethodDescriptionList
<? extends CaseLabelTree> CaseTree.getLabels()
Returns the labels for this case.