webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
JSC::ExportSpecifierListNode Class Reference

#include <Nodes.h>

Inheritance diagram for JSC::ExportSpecifierListNode:
JSC::ParserArenaDeletable

Public Types

typedef Vector< ExportSpecifierNode *, 3 > Specifiers
 

Public Member Functions

const Specifiersspecifiers () const
 
void append (ExportSpecifierNode *specifier)
 
- Public Member Functions inherited from JSC::ParserArenaDeletable
virtual ~ParserArenaDeletable ()
 
voidoperator new (size_t, ParserArena &)
 

Member Typedef Documentation

◆ Specifiers

Member Function Documentation

◆ append()

void JSC::ExportSpecifierListNode::append ( ExportSpecifierNode specifier)
inline

◆ specifiers()

const Specifiers& JSC::ExportSpecifierListNode::specifiers ( ) const
inline

The documentation for this class was generated from the following file: