Herb C Reference
Loading...
Searching...
No Matches
AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT Struct Reference

#include <ast_nodes.h>

Data Fields

AST_NODE_T base
 
token_Ttag_opening
 
token_Ttag_name
 
array_Tattributes
 
token_Ttag_closing
 
bool is_void
 

Field Documentation

◆ base

AST_NODE_T AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT::base

◆ tag_opening

token_T* AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT::tag_opening

◆ tag_name

token_T* AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT::tag_name

◆ attributes

array_T* AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT::attributes

◆ tag_closing

token_T* AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT::tag_closing

◆ is_void

bool AST_HTML_SELF_CLOSE_TAG_NODE_STRUCT::is_void

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