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