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

#include <ast_nodes.h>

Data Fields

AST_NODE_T base
 
token_Ttag_opening
 
token_Tcontent
 
token_Ttag_closing
 
array_Tstatements
 
AST_NODE_Tsubsequent
 
struct AST_ERB_END_NODE_STRUCTend_node
 

Field Documentation

◆ base

AST_NODE_T AST_ERB_IF_NODE_STRUCT::base

◆ tag_opening

token_T* AST_ERB_IF_NODE_STRUCT::tag_opening

◆ content

token_T* AST_ERB_IF_NODE_STRUCT::content

◆ tag_closing

token_T* AST_ERB_IF_NODE_STRUCT::tag_closing

◆ statements

array_T* AST_ERB_IF_NODE_STRUCT::statements

◆ subsequent

AST_NODE_T* AST_ERB_IF_NODE_STRUCT::subsequent

◆ end_node

struct AST_ERB_END_NODE_STRUCT* AST_ERB_IF_NODE_STRUCT::end_node

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