Package org.checkerframework.javacutil
Class TreeUtilsAfterJava11.ConstantCaseLabelUtils
java.lang.Object
org.checkerframework.javacutil.TreeUtilsAfterJava11.ConstantCaseLabelUtils
- Enclosing class:
- TreeUtilsAfterJava11
Utility methods for accessing
ConstantCaseLabelTree methods.-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionTreegetConstantExpression(Tree constantCaseLabelTree) Wrapper aroundConstantCaseLabelTree#getConstantExpression.
-
Method Details
-
getConstantExpression
Wrapper aroundConstantCaseLabelTree#getConstantExpression.- Parameters:
constantCaseLabelTree- a ConstantCaseLabelTree tree- Returns:
- the expression in the
constantCaseLabelTree
-