Class: Foxtail::Syntax::Parser::AST::GroupComment

Inherits:
BaseComment show all
Defined in:
lib/foxtail/syntax/parser/ast/group_comment.rb

Overview

Group comment node in FTL syntax (## group comment)

Instance Attribute Summary

Attributes inherited from BaseComment

#content

Attributes inherited from SyntaxNode

#span

Attributes inherited from BaseNode

#type

Method Summary

Methods inherited from BaseComment

#initialize

Methods inherited from SyntaxNode

#add_span

Methods inherited from BaseNode

#==, #accept, #children, #initialize, #to_h

Constructor Details

This class inherits a constructor from Foxtail::Syntax::Parser::AST::BaseComment