public class CheckUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(Tree tree) |
static ControlFlowGraph |
buildControlFlowGraph(Tree tree) |
static boolean |
isDescendant(Tree tree,
Tree potentialParent) |
static Tree |
parent(Tree tree) |
static ExpressionTree |
removeParenthesis(ExpressionTree expressionTree) |
public static ExpressionTree removeParenthesis(ExpressionTree expressionTree)
public static ControlFlowGraph buildControlFlowGraph(Tree tree)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.