Uses of Interface
com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.CascadingIterator.Provider
-
Packages that use TextElementIteratorsFactory.CascadingIterator.Provider Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of TextElementIteratorsFactory.CascadingIterator.Provider in com.github.javaparser.printer.lexicalpreservation
Fields in com.github.javaparser.printer.lexicalpreservation declared as TextElementIteratorsFactory.CascadingIterator.Provider Modifier and Type Field Description private TextElementIteratorsFactory.CascadingIterator.Provider<E>
TextElementIteratorsFactory.CascadingIterator. nextProvider
Constructors in com.github.javaparser.printer.lexicalpreservation with parameters of type TextElementIteratorsFactory.CascadingIterator.Provider Constructor Description CascadingIterator(java.util.Iterator<E> current, TextElementIteratorsFactory.CascadingIterator.Provider<E> nextProvider)
-