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
NumberOfAccessedVariablesVisitor.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 TypeMethodDescriptionClassTreeImpl.completeRecordComponents
(List<VariableTree> recordComponents) ClassTreeImpl.completeRecordComponents
(InternalSyntaxToken openParenToken, List<VariableTree> recordComponents, InternalSyntaxToken closeParenToken) -
Uses of VariableTree in org.sonar.java.model.expression
Methods in org.sonar.java.model.expression that return VariableTreeMethods 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.pattern
Methods in org.sonar.java.model.pattern that return VariableTreeConstructors in org.sonar.java.model.pattern with parameters of type VariableTree -
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 VariableTreeModifier and TypeMethodDescriptionCatchTree.parameter()
TypePatternTree.patternVariable()
Deprecated.ForEachStatement.variable()
PatternInstanceOfTree.variable()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.sonar.plugins.java.api.tree that return types with arguments of type VariableTreeModifier and TypeMethodDescriptionLambdaExpressionTree.parameters()
MethodTree.parameters()
ClassTree.recordComponents()
Methods in org.sonar.plugins.java.api.tree with parameters of type VariableTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitVariable
(VariableTree tree) void
TreeVisitor.visitVariable
(VariableTree tree)
PatternInstanceOfTree.pattern()