Uses of Interface
org.sonar.plugins.java.api.tree.ModuleNameTree
Packages that use ModuleNameTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of ModuleNameTree in org.sonar.java.ast.parser
Classes in org.sonar.java.ast.parser that implement ModuleNameTree -
Uses of ModuleNameTree in org.sonar.java.model.declaration
Fields in org.sonar.java.model.declaration with type parameters of type ModuleNameTreeModifier and TypeFieldDescriptionprotected ListTree<ModuleNameTree>
SimpleModuleDirectiveTreeImpl.moduleNames
Methods in org.sonar.java.model.declaration that return ModuleNameTreeModifier and TypeMethodDescriptionModuleDeclarationTreeImpl.moduleName()
RequiresDirectiveTreeImpl.moduleName()
Methods in org.sonar.java.model.declaration that return types with arguments of type ModuleNameTreeModifier and TypeMethodDescriptionExportsDirectiveTreeImpl.moduleNames()
OpensDirectiveTreeImpl.moduleNames()
Constructors in org.sonar.java.model.declaration with parameters of type ModuleNameTreeModifierConstructorDescriptionModuleDeclarationTreeImpl(List<AnnotationTree> annotations, InternalSyntaxToken openKeyword, InternalSyntaxToken moduleKeyword, ModuleNameTree moduleName, InternalSyntaxToken openBraceToken, List<ModuleDirectiveTree> moduleDirectives, InternalSyntaxToken closeBraceToken)
RequiresDirectiveTreeImpl(InternalSyntaxToken requiresKeyword, ModifiersTree modifiers, ModuleNameTree moduleName, InternalSyntaxToken semicolonToken)
Constructor parameters in org.sonar.java.model.declaration with type arguments of type ModuleNameTreeModifierConstructorDescriptionExportsDirectiveTreeImpl(InternalSyntaxToken exportsKeyword, ExpressionTree packageName, InternalSyntaxToken toKeyword, ListTree<ModuleNameTree> moduleNames, InternalSyntaxToken semicolonToken)
OpensDirectiveTreeImpl(InternalSyntaxToken opensKeyword, ExpressionTree packageName, InternalSyntaxToken toKeyword, ListTree<ModuleNameTree> moduleNames, InternalSyntaxToken semicolonToken)
protected
SimpleModuleDirectiveTreeImpl(InternalSyntaxToken keyword, ExpressionTree packageName, InternalSyntaxToken toKeyword, ListTree<ModuleNameTree> moduleNames, InternalSyntaxToken semicolonToken)
-
Uses of ModuleNameTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return ModuleNameTreeModifier and TypeMethodDescriptionModuleDeclarationTree.moduleName()
RequiresDirectiveTree.moduleName()
Methods in org.sonar.plugins.java.api.tree that return types with arguments of type ModuleNameTreeModifier and TypeMethodDescriptionExportsDirectiveTree.moduleNames()
OpensDirectiveTree.moduleNames()