|
enum | Kind : uint8_t { METHOD,
GETTER,
SETTER,
FIELD
} |
|
|
Kind | kind () const |
|
bool | is_static () const |
|
bool | is_private () const |
|
void | set_computed_name_var (Variable *var) |
|
Variable * | computed_name_var () const |
|
void | set_private_name_var (Variable *var) |
|
Variable * | private_name_var () const |
|
Expression * | key () const |
|
Expression * | value () const |
|
bool | is_computed_name () const |
|
bool | NeedsSetFunctionName () const |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
Definition at line 2542 of file ast.h.
The documentation for this class was generated from the following files: