public class ExprParser extends Object
| Constructor | Description |
|---|---|
ExprParser() |
| Modifier and Type | Method | Description |
|---|---|---|
static Expression<String> |
parse(String expression) |
|
static <T> Expression<T> |
parse(String expression,
TokenMapper<T> mapper) |
|
static <T> Expression<T> |
parse(org.antlr.runtime.tree.Tree tree,
TokenMapper<T> mapper) |
public static Expression<String> parse(String expression)
public static <T> Expression<T> parse(String expression, TokenMapper<T> mapper)
public static <T> Expression<T> parse(org.antlr.runtime.tree.Tree tree, TokenMapper<T> mapper)
Copyright © 2019. All rights reserved.