Collection<ModifierTree>
, Iterable<ModifierTree>
, List<ModifierTree>
, ListTree<ModifierTree>
, Tree
ModifiersTreeImpl
@Beta public interface ModifiersTree extends ListTree<ModifierTree>
Modifier and Type | Method | Description |
---|---|---|
List<AnnotationTree> |
annotations() |
|
List<ModifierKeywordTree> |
modifiers() |
parallelStream, removeIf, stream
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, toArray
separators
List<AnnotationTree> annotations()
List<ModifierKeywordTree> modifiers()
Copyright © 2012–2018 SonarSource. All rights reserved.