Uses of Class
com.github.javaparser.printer.lexicalpreservation.TextElement
-
Packages that use TextElement Package Description com.github.javaparser.printer.concretesyntaxmodel com.github.javaparser.printer.lexicalpreservation -
-
Uses of TextElement in com.github.javaparser.printer.concretesyntaxmodel
Methods in com.github.javaparser.printer.concretesyntaxmodel with parameters of type TextElement Modifier and Type Method Description default booleanCsmElement. isCorrespondingElement(TextElement textElement)booleanCsmIndent. isCorrespondingElement(TextElement textElement)booleanCsmToken. isCorrespondingElement(TextElement textElement) -
Uses of TextElement in com.github.javaparser.printer.lexicalpreservation
Subclasses of TextElement in com.github.javaparser.printer.lexicalpreservation Modifier and Type Class Description classChildTextElementRepresent the position of a child node in the NodeText of its parent.classTokenTextElementMethods in com.github.javaparser.printer.lexicalpreservation that return TextElement Modifier and Type Method Description TextElementAdded. toTextElement()Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type TextElement Modifier and Type Method Description booleanTextElement. match(TextElement textElement)booleanTextElementMatcher. match(TextElement textElement)
-