Class: Delorean::BlockParameterDefault
- Inherits:
-
BlockParameter
- Object
- Treetop::Runtime::SyntaxNode
- SNode
- Parameter
- BlockParameter
- Delorean::BlockParameterDefault
- Defined in:
- lib/delorean/nodes.rb
Instance Method Summary collapse
Methods inherited from BlockParameter
#force_def, #force_undef, #rewrite
Methods inherited from Parameter
Instance Method Details
#check(context) ⇒ Object
449 450 451 452 453 454 |
# File 'lib/delorean/nodes.rb', line 449 def check(context) context.parse_define_var(i.text_value) e.check(context) context.parse_undef_var(i.text_value) end |