@Beta public interface ModifiersTree extends ListTree<ModifierTree>
Modifier and Type | Method and Description |
---|---|
List<AnnotationTree> |
annotations() |
List<ModifierKeywordTree> |
modifiers() |
separators
accept, firstToken, is, kind, lastToken, parent
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
parallelStream, removeIf, stream
List<AnnotationTree> annotations()
List<ModifierKeywordTree> modifiers()
Copyright © 2012–2017 SonarSource. All rights reserved.