ParseTreeWalker constructor
- ParseResult parseResult
Create a new walker from a successful parse result Throws if the parse result indicates failure
Implementation
ParseTreeWalker(ParseResult parseResult) : root = ParseTreeNode(parseResult);
Create a new walker from a successful parse result Throws if the parse result indicates failure
ParseTreeWalker(ParseResult parseResult) : root = ParseTreeNode(parseResult);