ASTArray.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/AST.hpp>
Include dependency graph for ASTArray.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | ASTArray |
ASTArray is a class that allows ANTLR to generate code that can create and initialize an array in one expression, like: (new ASTArray(3))->add(x)->add(y)->add(z). More... |