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