Uses of Interface
com.sun.source.tree.CaseLabelTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of CaseLabelTreePREVIEW in com.sun.source.tree
Modifier and TypeInterfaceDescriptioninterface
A tree node for an annotated type.interface
A tree node for an annotation.interface
A tree node for an array access expression.interface
A tree node for an assignment expression.interface
A tree node for a binary expression.interface
A binding pattern treeinterface
A tree node for compound assignment operator.interface
A tree node for the conditional operator? :
.interface
Preview.A case label that marksdefault
incase null, default
.interface
A tree node to stand in for a malformed expression.interface
A tree node used as the base class for the different types of expressions.interface
Preview.A guard pattern tree.interface
A tree node for an identifier expression.interface
A tree node for aninstanceof
expression.interface
A tree node for a lambda expression.interface
A tree node for a literal expression.interface
A tree node for a member reference expression.interface
A tree node for a member access expression.interface
A tree node for a method invocation expression.interface
A tree node for an expression to create a new instance of an array.interface
A tree node to declare a new instance of a class.interface
Preview.A tree node for a parenthesized pattern.interface
A tree node for a parenthesized expression.interface
A tree node used as the base class for the different kinds of patterns.interface
A tree node for aswitch
expression.interface
A tree node for a type cast expression.interface
A tree node for postfix and unary expressions.Modifier and TypeMethodDescriptionList<? extends CaseLabelTreePREVIEW>
CaseTree.getLabels()
Preview.Returns the labels for this case.