![]() |
Spicy
|
#include <visitor-types.h>
Public Member Functions | |
| E | operator* () const |
| std::remove_reference< E >::type * | operator-> () const |
| Location (E node=nullptr, int child=0) | |
Public Attributes | |
| E | node |
| int | child |
Represents the location of a single node inside an AST during iteration.
1.8.13