Class: Glimmer::DSL::SWT::DisplayExpression

Inherits:
Glimmer::DSL::StaticExpression show all
Includes:
ParentExpression, TopLevelExpression
Defined in:
lib/glimmer/dsl/swt/display_expression.rb

Instance Method Summary collapse

Methods included from ParentExpression

#add_content

Methods inherited from Glimmer::DSL::StaticExpression

#can_interpret?, inherited, keyword

Methods inherited from Expression

#add_content, #can_interpret?, dsl, #textual?, #widget?

Instance Method Details

#interpret(parent, keyword, *args, &block) ⇒ Object



13
14
15
# File 'lib/glimmer/dsl/swt/display_expression.rb', line 13

def interpret(parent, keyword, *args, &block)
  Glimmer::SWT::DisplayProxy.instance(*args)
end