abstract class Liquid::Block::Node
- Liquid::Block::Node
 - Reference
 - Object
 
Direct Known Subclasses
- Liquid::Block::AbstractExpression
 - Liquid::Block::BeginBlock
 - Liquid::Block::EndBlock
 - Liquid::Block::InlineBlock
 - Liquid::Block::RawBlock
 - Liquid::Block::RawHiddenBlock
 - Liquid::Block::Root
 
Defined in:
liquid/blocks/block.crConstructors
Instance Method Summary
- #<<(node : Node)
 - 
        #==(other : self)
        
          
Returns
trueif this reference is the same as other. - #accept(visitor : Visitor)
 - #children : Array(Liquid::Block::Node)
 
Constructor Detail
Instance Method Detail
        
        def ==(other : self)
        #
      
      
        
              Description copied from class Reference
            
          
          Returns true if this reference is the same as other. Invokes same?.