Class: Glimmer::DSL::Opal::LabelExpression
- Inherits:
-
StaticExpression
- Object
- Expression
- StaticExpression
- Glimmer::DSL::Opal::LabelExpression
- Includes:
- ParentExpression
- Defined in:
- lib/glimmer/dsl/opal/label_expression.rb
Instance Method Summary collapse
Methods included from ParentExpression
Methods inherited from StaticExpression
#can_interpret?, inherited, keyword
Methods inherited from Expression
#add_content, #can_interpret?, dsl, #textual?
Instance Method Details
#interpret(parent, keyword, *args, &block) ⇒ Object
11 12 13 |
# File 'lib/glimmer/dsl/opal/label_expression.rb', line 11 def interpret(parent, keyword, *args, &block) Glimmer::Opal::Label.new(parent, args) end |