jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.printer.lexicalpreservation
/
TextElementMatcher
Text
Element
Matcher
interface
TextElementMatcher
(
source
)
Inheritors
TextElement
Members
Functions
and
Link copied to clipboard
open
fun
and
(
textElementMatcher
:
TextElementMatcher
)
:
TextElementMatcher
This allows the combination of different TextElementMatcher instances.
match
Link copied to clipboard
abstract
fun
match
(
textElement
:
TextElement
)
:
Boolean