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