[−][src]Module boa::syntax::ast::node::declaration
Declaration nodes.
Structs
| ArrowFunctionDecl | An arrow function expression is a syntactically compact alternative to a regular function expression. |
| ConstDecl | Individual constant declaration. |
| ConstDeclList | The |
| FunctionDecl | The |
| FunctionExpr | The |
| LetDecl | Individual constant declaration. |
| LetDeclList | The |
| VarDecl | Individual variable declaration. |
| VarDeclList | The |