Uses of Interface
org.sonar.plugins.java.api.tree.VariableTree
Packages that use VariableTree
Package
Description
Provides interfaces to represent Java source code as syntax 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 VariableTreeModifier and TypeMethodDescriptionvoid
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 -
Uses of VariableTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement VariableTreeMethods in org.sonar.java.model.declaration that return types with arguments of type VariableTreeMethod parameters in org.sonar.java.model.declaration with type arguments of type VariableTreeModifier and TypeMethodDescriptionvoid
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 VariableTreeConstructor parameters in org.sonar.java.model.expression with type arguments of type VariableTreeModifierConstructorDescriptionLambdaExpressionTreeImpl(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 -
Uses of VariableTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return VariableTree -
Uses of VariableTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return VariableTreeMethods in org.sonar.plugins.java.api.tree that return types with arguments of type VariableTreeModifier and TypeMethodDescriptionLambdaExpressionTree.parameters()
MethodTree.parameters()
ClassTree.recordComponents()
Deprecated.Preview FeatureMethods in org.sonar.plugins.java.api.tree with parameters of type VariableTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitVariable(VariableTree tree)
void
TreeVisitor.visitVariable(VariableTree tree)