public class CheckUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<Tree.Kind> |
ASSIGNMENT_EXPRESSION |
static com.google.common.collect.ImmutableSet<Tree.Kind> |
EQUALITY_EXPRESSION |
static com.google.common.collect.ImmutableSet<Tree.Kind> |
FUNCTION_NODES |
static com.google.common.collect.ImmutableSet<Tree.Kind> |
ITERATION_STATEMENTS |
static com.google.common.collect.ImmutableSet<Tree.Kind> |
POSTFIX_EXPRESSION |
static com.google.common.collect.ImmutableSet<Tree.Kind> |
PREFIX_EXPRESSION |
static com.google.common.collect.ImmutableSet<Tree.Kind> |
RELATIONAL_EXPRESSION |
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(Tree tree) |
static Tree.Kind[] |
functionNodesArray() |
static Tree.Kind[] |
iterationStatementsArray() |
static ExpressionTree |
removeParenthesis(ExpressionTree expressionTree) |
public static final com.google.common.collect.ImmutableSet<Tree.Kind> ASSIGNMENT_EXPRESSION
public static final com.google.common.collect.ImmutableSet<Tree.Kind> RELATIONAL_EXPRESSION
public static final com.google.common.collect.ImmutableSet<Tree.Kind> POSTFIX_EXPRESSION
public static final com.google.common.collect.ImmutableSet<Tree.Kind> PREFIX_EXPRESSION
public static final com.google.common.collect.ImmutableSet<Tree.Kind> EQUALITY_EXPRESSION
public static final com.google.common.collect.ImmutableSet<Tree.Kind> ITERATION_STATEMENTS
public static final com.google.common.collect.ImmutableSet<Tree.Kind> FUNCTION_NODES
public static Tree.Kind[] functionNodesArray()
public static Tree.Kind[] iterationStatementsArray()
public static ExpressionTree removeParenthesis(ExpressionTree expressionTree)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.