public class ExpressionsHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
concatenate(ExpressionTree tree) |
static Tree |
reportOnClassTree(ClassTree classTree)
Return the correct tree to report on for class trees.
|
static ExpressionTree |
skipParentheses(ExpressionTree tree) |
public static ExpressionTree skipParentheses(ExpressionTree tree)
public static String concatenate(@Nullable ExpressionTree tree)
Copyright © 2012–2016 SonarSource. All rights reserved.