Package io.github.haibiiin.json.repair
Class ParserListBuilder
- java.lang.Object
-
- io.github.haibiiin.json.repair.ParserListBuilder
-
public class ParserListBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description ParserListBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.antlr.v4.runtime.tree.ParseTree>build(org.antlr.v4.runtime.tree.ParseTree parseTree)
-
-
-
Method Detail
-
build
public static List<org.antlr.v4.runtime.tree.ParseTree> build(org.antlr.v4.runtime.tree.ParseTree parseTree)
-
-