Class DefaultParser
- java.lang.Object
-
- io.github.willena.influxql.parser.DefaultParser
-
public class DefaultParser extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <TREE,T extends Node>
TparseFrom(Function<InfluxqlParser,TREE> entryPoint, BiFunction<TREE,InfluxqlAstAdapter,T> adapterFunction, String influxql)
-
-
-
Method Detail
-
parseFrom
public static <TREE,T extends Node> T parseFrom(Function<InfluxqlParser,TREE> entryPoint, BiFunction<TREE,InfluxqlAstAdapter,T> adapterFunction, String influxql)
-
-