public class ExpressionParser extends java.lang.Object implements java.util.function.BiFunction<NodeParser,Node,Node>
| Modifier and Type | Field and Description |
|---|---|
static ExpressionParser |
INSTANCE |
| Constructor and Description |
|---|
ExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
Node |
apply(NodeParser nodeParser,
Node first) |
public static final ExpressionParser INSTANCE
public Node apply(NodeParser nodeParser, Node first)
apply in interface java.util.function.BiFunction<NodeParser,Node,Node>