|
| TestCompError (TokenizedSourceFile *src) |
|
void | set_child_at (size_t idx, ASTBase *node) |
|
void | append_child (ASTBase *node) |
|
void | clear_children () |
|
size_t | get_children_size () const |
|
vector< ASTBase * > | get_children () const override |
| Get a ordered list of child nodes. More...
|
|
vector< ASTBase * > & | get_children () |
|
str | terminal_token () const override |
| Which terminal token is expected immediately after this node. More...
|
|
bool | is_stmt () const override |
|
bool | is_expr () const override |
|
| ASTBase (ASTNodeType node_type, TokenizedSourceFile *src, int bp) |
|
ASTNodeType | get_node_type () const |
|
void | set_node_type (ASTNodeType node_type) |
|
int | get_bp () const |
|
Context * | ctx () |
|
str | repr (const str &prefix="-") const |
| AST tree string representation. More...
|
|
| SourceTraceable (TokenizedSourceFile *src) |
|
uint32_t | start () const |
|
uint32_t | end () const |
|
void | set_start (uint32_t val) |
|
void | set_end (uint32_t val) |
|
TokenizedSourceFile * | src () const |
|
Definition at line 93 of file intrinsic.h.
The documentation for this class was generated from the following file: