Uses of Interface
com.github.javaparser.printer.lexicalpreservation.TextElementMatcher
Packages that use TextElementMatcher
-
Uses of TextElementMatcher in com.github.javaparser.printer.lexicalpreservation
Classes in com.github.javaparser.printer.lexicalpreservation that implement TextElementMatcherMethods in com.github.javaparser.printer.lexicalpreservation that return TextElementMatcherModifier and TypeMethodDescriptiondefault TextElementMatcherTextElementMatcher.and(TextElementMatcher textElementMatcher)This allows the combination of different TextElementMatcher instances.
If combined, all of the TextElementMatchers have to return true.Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type TextElementMatcherModifier and TypeMethodDescriptiondefault TextElementMatcherTextElementMatcher.and(TextElementMatcher textElementMatcher)This allows the combination of different TextElementMatcher instances.
If combined, all of the TextElementMatchers have to return true.