public class SyntaxParser extends Object
| Constructor and Description |
|---|
SyntaxParser(NTokenIterator tokens,
NExprWithCache withCache) |
SyntaxParser(String anyStr,
NExprWithCache withCache) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.expr.NExprNode> |
parse() |
net.thevpc.nuts.expr.NExprNode |
resolveNode(net.thevpc.nuts.expr.NExprNode node) |
public SyntaxParser(String anyStr, NExprWithCache withCache)
public SyntaxParser(NTokenIterator tokens, NExprWithCache withCache)
Copyright © 2026 vpc open source initiative. All rights reserved.