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.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()
List<VariableTree>
ClassTreeImpl. recordComponents()
Method parameters in org.sonar.java.model.declaration with type arguments of type VariableTree Modifier and Type Method Description void
ClassTreeImpl. completeRecordComponents(List<VariableTree> recordComponents)
-
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()
-
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()
List<VariableTree>
ClassTree. recordComponents()
Deprecated.Preview FeatureMethods 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)
-