Uses of Interface
org.sonar.plugins.java.api.tree.IdentifierTree
Packages that use IdentifierTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
Provides interfaces to represent Java source code as syntax tree.
-
Uses of IdentifierTree in org.sonar.java.cfg
Methods in org.sonar.java.cfg with parameters of type IdentifierTreeModifier and TypeMethodDescriptionvoid
VariableReadExtractor.visitIdentifier
(IdentifierTree tree) -
Uses of IdentifierTree in org.sonar.java.model
Methods in org.sonar.java.model that return IdentifierTreeModifier and TypeMethodDescriptionstatic IdentifierTree
ExpressionUtils.extractIdentifier
(AssignmentExpressionTree tree) TypeParameterTreeImpl.identifier()
static IdentifierTree
ExpressionUtils.methodName
(MethodInvocationTree mit) Retrieve the identifier corresponding to the method name associated to the method invocationMethods in org.sonar.java.model that return types with arguments of type IdentifierTree -
Uses of IdentifierTree in org.sonar.java.model.declaration
Methods in org.sonar.java.model.declaration that return IdentifierTreeModifier and TypeMethodDescriptionClassTreeImpl.simpleName()
MethodTreeImpl.simpleName()
VariableTreeImpl.simpleName()
Methods in org.sonar.java.model.declaration with parameters of type IdentifierTreeModifier and TypeMethodDescriptionClassTreeImpl.complete
(ModifiersTreeImpl modifiers, SyntaxToken declarationKeyword, IdentifierTree name) MethodTreeImpl.complete
(TypeTree returnType, IdentifierTree simpleName, SyntaxToken semicolonToken) Constructors in org.sonar.java.model.declaration with parameters of type IdentifierTreeModifierConstructorDescriptionEnumConstantTreeImpl
(ModifiersTree modifiers, IdentifierTree simpleName, NewClassTreeImpl initializer, InternalSyntaxToken separatorToken) MethodTreeImpl
(TypeTree returnType, IdentifierTree simpleName, FormalParametersListTreeImpl parameters, SyntaxToken throwsToken, ListTree<TypeTree> throwsClauses, BlockTree block, SyntaxToken semicolonToken) VariableTreeImpl
(ModifiersTree modifiers, IdentifierTree simpleName, ExpressionTree initializer) VariableTreeImpl
(ModifiersTree modifiers, TypeTree type, IdentifierTree simpleName) -
Uses of IdentifierTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement IdentifierTreeMethods in org.sonar.java.model.expression that return IdentifierTreeModifier and TypeMethodDescriptionNewClassTreeImpl.getConstructorIdentifier()
MemberSelectExpressionTreeImpl.identifier()
MethodReferenceTreeImpl.method()
Constructors in org.sonar.java.model.expression with parameters of type IdentifierTreeModifierConstructorDescriptionMemberSelectExpressionTreeImpl
(ExpressionTree expression, InternalSyntaxToken dotToken, IdentifierTree identifier) -
Uses of IdentifierTree in org.sonar.java.model.statement
Methods in org.sonar.java.model.statement that return IdentifierTreeModifier and TypeMethodDescriptionBreakStatementTreeImpl.label()
ContinueStatementTreeImpl.label()
LabeledStatementTreeImpl.label()
Constructors in org.sonar.java.model.statement with parameters of type IdentifierTreeModifierConstructorDescriptionLabeledStatementTreeImpl
(IdentifierTree label, InternalSyntaxToken colonToken, StatementTree statement) -
Uses of IdentifierTree in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return types with arguments of type IdentifierTree -
Uses of IdentifierTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return IdentifierTreeModifier and TypeMethodDescriptionMemberSelectExpressionTree.identifier()
TypeParameterTree.identifier()
BreakStatementTree.label()
ContinueStatementTree.label()
LabeledStatementTree.label()
MethodReferenceTree.method()
ClassTree.simpleName()
EnumConstantTree.simpleName()
MethodTree.simpleName()
VariableTree.simpleName()
Methods in org.sonar.plugins.java.api.tree with parameters of type IdentifierTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitIdentifier
(IdentifierTree tree) void
TreeVisitor.visitIdentifier
(IdentifierTree tree)