#include <ast.h>
Inheritance diagram for action_trigger_node:
Public Member Functions | |
action_trigger_node (int line, char *a, char *m, compound_stmt_node *c) | |
~action_trigger_node () | |
void | accept (int depth, visitor &v) |
Public Attributes | |
char * | actor |
char * | method |
compound_stmt_node * | tail |
|
|
|
|
|
Implements node. |
|
|
|
|
|
|