Package org.sonar.java
Class UCFGJavaVisitor.IdentifierGenerator
- java.lang.Object
-
- org.sonar.java.UCFGJavaVisitor.IdentifierGenerator
-
- Enclosing class:
- UCFGJavaVisitor
public static class UCFGJavaVisitor.IdentifierGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description IdentifierGenerator(MethodTree methodTree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
IdentifierGenerator
public IdentifierGenerator(MethodTree methodTree)
-
-
Method Detail
-
isConst
public boolean isConst(String id)
-
-