| 88 | } |
| 89 | |
| 90 | bool LuaSyntaxNode::IsNull(const LuaSyntaxTree &t) const { |
| 91 | return _index == 0; |
| 92 | } |
| 93 | |
| 94 | std::vector<LuaSyntaxNode> LuaSyntaxNode::GetDescendants(const LuaSyntaxTree &t) const { |
| 95 | std::vector<LuaSyntaxNode> results; |
no outgoing calls
no test coverage detected