Uses of Class
com.github.javaparser.printer.lexicalpreservation.TextElementList
-
Packages that use TextElementList Package Description com.github.javaparser.printer.lexicalpreservation -
-
Uses of TextElementList in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return TextElementList Modifier and Type Method Description static TextElementListTextElementList. copyOf(java.util.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(java.util.List<TextElement> elements)Creates a new TextElementList wrapping the given list.
-