Class: Java::OrgJrubyAst::ConstNode

Inherits:
Object
  • Object
show all
Defined in:
lib/duby/old/compiler_old.rb,
lib/duby/old/typer_old.rb

Instance Method Summary collapse

Instance Method Details

#type(builder) ⇒ Object



56
57
58
# File 'lib/duby/old/typer_old.rb', line 56

def type(builder)
  @type ||= builder.type(name)
end