- All Superinterfaces:
ClassPrinter.Node,Collection<ClassPrinter.Node>,Iterable<ClassPrinter.Node>,List<ClassPrinter.Node>
- All Known Implementing Classes:
ClassPrinterImpl.ListNodeImpl
- Enclosing class:
ClassPrinter
public static sealed interface ClassPrinter.ListNode
extends ClassPrinter.Node, List<ClassPrinter.Node>
permits ClassPrinterImpl.ListNodeImpl
A tree node holding
List of nested nodes.-
Method Summary
Methods inherited from interface org.glavo.classfile.components.ClassPrinter.Node
name, toJson, toXml, toYaml, walkMethods 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, toArray