GetRootNode returns root node
()
| 72 | |
| 73 | // GetRootNode returns root node |
| 74 | func (l *Parser) GetRootNode() node.Node { |
| 75 | return l.rootNode |
| 76 | } |
| 77 | |
| 78 | // GetErrors returns errors list |
| 79 | func (l *Parser) GetErrors() []*errors.Error { |
no outgoing calls