public static class UCFGJavaVisitor.IdentifierGenerator extends Object
Constructor and Description |
---|
IdentifierGenerator(MethodTree methodTree) |
Modifier and Type | Method and Description |
---|---|
boolean |
isConst(String id) |
org.sonar.ucfg.Expression |
lookupExpressionFor(Tree tree) |
String |
lookupIdFor(Symbol symbol) |
String |
lookupIdFor(Tree tree) |
String |
newIdFor(Tree tree) |
void |
varForExpression(Tree element,
String id) |
public IdentifierGenerator(MethodTree methodTree)
public boolean isConst(String id)
Copyright © 2012–2018 SonarSource. All rights reserved.