|
libwordring
|
@規則を表現する AST ノード [詳解]
#include <token.hpp>
公開メンバ関数 | |
| at_rule (at_rule const &rhs) | |
| at_rule (at_rule &&rhs)=default | |
| at_rule & | operator= (at_rule const &rhs) |
| at_rule & | operator= (at_rule &&rhs)=default |
公開変数類 | |
| std::u32string | m_name |
| std::vector< component_value > | m_prelude |
| std::unique_ptr< simple_block > | m_block |
@規則を表現する AST ノード
1.8.17