Uses of Interface
com.sun.source.tree.CaseLabelTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of CaseLabelTree in com.sun.source.tree
Modifier 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 expressionModifier and TypeMethodDescriptionList
<? extends CaseLabelTree> CaseTree.getLabels()
Returns the labels for this case.