#include <Nodes.h>
|
| | TryNode (const JSTokenLocation &, StatementNode *tryBlock, DestructuringPatternNode *catchPattern, StatementNode *catchBlock, VariableEnvironment &catchEnvironment, StatementNode *finallyBlock) |
| |
| void | setLoc (unsigned firstLine, unsigned lastLine, int startOffset, int lineStartOffset) |
| |
| unsigned | lastLine () const |
| |
| StatementNode * | next () |
| |
| void | setNext (StatementNode *next) |
| |
| virtual bool | isEmptyStatement () const |
| |
| virtual bool | isDebuggerStatement () const |
| |
| virtual bool | isFunctionNode () const |
| |
| virtual bool | isReturnNode () const |
| |
| virtual bool | isExprStatement () const |
| |
| virtual bool | isBreak () const |
| |
| virtual bool | isContinue () const |
| |
| virtual bool | isLabel () const |
| |
| virtual bool | isBlock () const |
| |
| virtual bool | isFuncDeclNode () const |
| |
| virtual bool | isModuleDeclarationNode () const |
| |
| virtual bool | isForOfNode () const |
| |
| virtual | ~Node () |
| |
| int | firstLine () const |
| |
| int | startOffset () const |
| |
| int | endOffset () const |
| |
| int | lineStartOffset () const |
| |
| const JSTextPosition & | position () const |
| |
| void | setEndOffset (int offset) |
| |
| void | setStartOffset (int offset) |
| |
| bool | needsDebugHook () const |
| |
| void | setNeedsDebugHook () |
| |
| void * | operator new (size_t, ParserArena &) |
| |
| | VariableEnvironmentNode () |
| |
| | VariableEnvironmentNode (VariableEnvironment &lexicalDeclaredVariables) |
| |
| | VariableEnvironmentNode (VariableEnvironment &lexicalDeclaredVariables, FunctionStack &&) |
| |
| VariableEnvironment & | lexicalVariables () |
| |
| FunctionStack & | functionStack () |
| |
| virtual | ~ParserArenaDeletable () |
| |
| void * | operator new (size_t, ParserArena &) |
| |
◆ TryNode()
The documentation for this class was generated from the following files: