Class: Bade::AST::MixinDeclarationNode

Inherits:
MixinCommonNode show all
Defined in:
lib/bade/ast/node/mixin_node.rb

Instance Attribute Summary

Attributes inherited from MixinCommonNode

#name

Attributes inherited from Node

#children, #filename, #lineno, #parent, #type

Instance Method Summary collapse

Methods inherited from MixinCommonNode

#==, #params

Methods inherited from Node

#==, #initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from Bade::AST::Node

Instance Method Details

#allowed_parameter_typesObject



24
25
26
# File 'lib/bade/ast/node/mixin_node.rb', line 24

def allowed_parameter_types
  %i[mixin_param mixin_key_param mixin_block_param]
end