public class CheckUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(Tree tree) |
static ControlFlowGraph |
buildControlFlowGraph(Tree tree) |
static Tree |
getFirstAncestor(Tree tree,
Kinds... kind) |
static boolean |
isDescendant(Tree tree,
Tree potentialParent) |
static Tree |
parentIgnoreParentheses(Tree tree) |
static List<String> |
readLines(JavaScriptFile file) |
static ExpressionTree |
removeParenthesis(ExpressionTree expressionTree) |
public static ExpressionTree removeParenthesis(ExpressionTree expressionTree)
public static ControlFlowGraph buildControlFlowGraph(Tree tree)
public static List<String> readLines(JavaScriptFile file)
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.