Package org.openrewrite.quark
Class QuarkParser.Builder
java.lang.Object
org.openrewrite.Parser.Builder
org.openrewrite.quark.QuarkParser.Builder
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- QuarkParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
The name of the domain specific language this parser builder produces a parser for.Methods inherited from class org.openrewrite.Parser.Builder
clone
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
- Specified by:
build
in classParser.Builder
-
getDslName
Description copied from class:Parser.Builder
The name of the domain specific language this parser builder produces a parser for. Used to disambiguate when multiple different parsers are potentially applicable to a source. For example, determining that MavenParser should be used for a pom.xml instead of XmlParser.- Specified by:
getDslName
in classParser.Builder
-