Class: Bade::AST::MixinDeclarationNode
- Inherits:
-
MixinCommonNode
- Object
- Node
- MixinCommonNode
- Bade::AST::MixinDeclarationNode
- Defined in:
- lib/bade/ast/node/mixin_node.rb
Instance Attribute Summary
Attributes inherited from MixinCommonNode
Attributes inherited from Node
#children, #filename, #lineno, #parent, #type
Instance Method Summary collapse
Methods inherited from MixinCommonNode
Methods inherited from Node
#==, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Bade::AST::Node
Instance Method Details
#allowed_parameter_types ⇒ Object
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 |