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

#include <ast_nodes.h>

Data Fields

AST_NODE_T base
 
token_Ttag_opening
 
token_Tcontent
 
token_Ttag_closing
 
array_Tchildren
 
array_Tconditions
 
struct AST_ERB_ELSE_NODE_STRUCTelse_clause
 
struct AST_ERB_END_NODE_STRUCTend_node
 

Field Documentation

◆ base

AST_NODE_T AST_ERB_CASE_NODE_STRUCT::base

◆ tag_opening

token_T* AST_ERB_CASE_NODE_STRUCT::tag_opening

◆ content

token_T* AST_ERB_CASE_NODE_STRUCT::content

◆ tag_closing

token_T* AST_ERB_CASE_NODE_STRUCT::tag_closing

◆ children

array_T* AST_ERB_CASE_NODE_STRUCT::children

◆ conditions

array_T* AST_ERB_CASE_NODE_STRUCT::conditions

◆ else_clause

struct AST_ERB_ELSE_NODE_STRUCT* AST_ERB_CASE_NODE_STRUCT::else_clause

◆ end_node

struct AST_ERB_END_NODE_STRUCT* AST_ERB_CASE_NODE_STRUCT::end_node

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