Uses of Class
com.github.javaparser.printer.lexicalpreservation.TextElementList
Packages that use TextElementList
-
Uses of TextElementList in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return TextElementListModifier and TypeMethodDescriptionstatic TextElementListTextElementList.copyOf(List<TextElement> elements) Creates a new TextElementList with a copy of the given list.static TextElementListTextElementList.empty()Creates an empty mutable TextElementList.static TextElementListTextElementList.of(TextElement... elements) Creates a new TextElementList containing the given elements.static TextElementListTextElementList.of(List<TextElement> elements) Creates a new TextElementList wrapping the given list.