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() |
public SyntaxParser(String anyStr, NExprWithCache withCache)
public SyntaxParser(NTokenIterator tokens, NExprWithCache withCache)
Copyright © 2025 vpc open source initiative. All rights reserved.