Package org.sonar.java.model.declaration
Class ModifiersTreeImpl
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.ast.parser.ListTreeImpl<ModifierTree>
org.sonar.java.model.declaration.ModifiersTreeImpl
- All Implemented Interfaces:
Iterable<ModifierTree>,Collection<ModifierTree>,List<ModifierTree>,ListTree<ModifierTree>,ModifiersTree,Tree
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sonar.java.model.JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) static ModifiersTreeImplkind()Methods inherited from class org.sonar.java.ast.parser.ListTreeImpl
add, add, addAll, addAll, children, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, separators, set, size, subList, toArray, toArrayMethods inherited from class org.sonar.java.model.JavaTree
firstToken, getChildren, getLine, is, isLeaf, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface org.sonar.plugins.java.api.tree.ListTree
separatorsMethods inherited from interface org.sonar.plugins.java.api.tree.Tree
firstToken, is, lastToken, parent
-
Constructor Details
-
ModifiersTreeImpl
-
-
Method Details
-
emptyModifiers
-
kind
- Specified by:
kindin interfaceTree- Overrides:
kindin classListTreeImpl<ModifierTree>
-
modifiers
- Specified by:
modifiersin interfaceModifiersTree
-
annotations
- Specified by:
annotationsin interfaceModifiersTree
-
accept
- Specified by:
acceptin interfaceTree- Overrides:
acceptin classListTreeImpl<ModifierTree>
-