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
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) -
Uses of VariableTree in org.sonar.java.model.expression
Methods in org.sonar.java.model.expression that return VariableTreeModifier and TypeMethodDescriptionInstanceOfTreeImpl.variable()
Only works for PATTERN_INSTANCE_OF, mutually exclusive withInstanceOfTreeImpl.type()
Methods in org.sonar.java.model.expression that return types with arguments of type VariableTreeConstructors in org.sonar.java.model.expression with parameters of type VariableTreeModifierConstructorDescriptionInstanceOfTreeImpl
(ExpressionTree expression, InternalSyntaxToken instanceofToken, VariableTree variable) Constructor 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()
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)