Uses of Interface
org.sonar.plugins.java.api.tree.VariableTree
-
Packages that use VariableTree Package Description org.sonar.java.ast.visitors org.sonar.java.cfg org.sonar.java.model.declaration org.sonar.java.model.expression org.sonar.java.model.statement org.sonar.java.resolve org.sonar.java.se.checks org.sonar.plugins.java.api.semantic Provides interfaces to represent Java source code as syntax tree.org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of VariableTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type VariableTree Modifier and Type Method Description void
PublicApiChecker. visitVariable(VariableTree tree)
void
SonarSymbolTableVisitor. visitVariable(VariableTree tree)
void
StatementVisitor. visitVariable(VariableTree tree)
-
Uses of VariableTree in org.sonar.java.cfg
Methods in org.sonar.java.cfg with parameters of type VariableTree Modifier and Type Method Description void
VariableReadExtractor. visitVariable(VariableTree tree)
-
Uses of VariableTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement VariableTree Modifier and Type Class Description class
EnumConstantTreeImpl
class
VariableTreeImpl
Methods in org.sonar.java.model.declaration that return types with arguments of type VariableTree Modifier and Type Method Description List<VariableTree>
MethodTreeImpl. parameters()
-
Uses of VariableTree in org.sonar.java.model.expression
Methods in org.sonar.java.model.expression that return types with arguments of type VariableTree Modifier and Type Method Description List<VariableTree>
LambdaExpressionTreeImpl. parameters()
Constructor parameters in org.sonar.java.model.expression with type arguments of type VariableTree Constructor Description LambdaExpressionTreeImpl(InternalSyntaxToken openParenToken, List<VariableTree> parameters, InternalSyntaxToken closeParenToken, InternalSyntaxToken arrowToken, Tree body)
-
Uses of VariableTree in org.sonar.java.model.statement
Methods in org.sonar.java.model.statement that return VariableTree Modifier and Type Method Description VariableTree
CatchTreeImpl. parameter()
VariableTree
ForEachStatementImpl. variable()
Methods in org.sonar.java.model.statement that return types with arguments of type VariableTree Modifier and Type Method Description ListTree<VariableTree>
TryStatementTreeImpl. resources()
-
Uses of VariableTree in org.sonar.java.resolve
Methods in org.sonar.java.resolve that return VariableTree Modifier and Type Method Description VariableTree
JavaSymbol.VariableJavaSymbol. declaration()
Methods in org.sonar.java.resolve with parameters of type VariableTree Modifier and Type Method Description void
FirstPass. visitVariable(VariableTree tree)
void
TypeAndReferenceSolver. visitVariable(VariableTree tree)
-
Uses of VariableTree in org.sonar.java.se.checks
Methods in org.sonar.java.se.checks with parameters of type VariableTree Modifier and Type Method Description void
SyntaxTreeNameFinder. visitVariable(VariableTree tree)
-
Uses of VariableTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return VariableTree Modifier and Type Method Description VariableTree
Symbol.VariableSymbol. declaration()
-
Uses of VariableTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return VariableTree Modifier and Type Method Description VariableTree
CatchTree. parameter()
VariableTree
ForEachStatement. variable()
Methods in org.sonar.plugins.java.api.tree that return types with arguments of type VariableTree Modifier and Type Method Description List<VariableTree>
LambdaExpressionTree. parameters()
List<VariableTree>
MethodTree. parameters()
ListTree<VariableTree>
TryStatementTree. resources()
Deprecated.since 4.11.Methods in org.sonar.plugins.java.api.tree with parameters of type VariableTree Modifier and Type Method Description void
BaseTreeVisitor. visitVariable(VariableTree tree)
void
TreeVisitor. visitVariable(VariableTree tree)
-