Class TextElementMatchers
- java.lang.Object
-
- com.github.javaparser.printer.lexicalpreservation.TextElementMatchers
-
class TextElementMatchers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextElementMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static TextElementMatcherbyNode(Node node)(package private) static TextElementMatcherbyTokenType(int tokenType)
-
-
-
Method Detail
-
byTokenType
static TextElementMatcher byTokenType(int tokenType)
-
byNode
static TextElementMatcher byNode(Node node)
-
-