Module: BiteScript::Util

Included in:
ClassBuilder, FileBuilder
Defined in:
lib/bitescript/builder.rb,
lib/bitescript/asm3/builder.rb

Instance Method Summary collapse

Instance Method Details

#type_from_dotted(dotted_name) ⇒ Object



12
13
14
# File 'lib/bitescript/builder.rb', line 12

def type_from_dotted(dotted_name)
  JavaUtilities.get_proxy_class(dotted_name).java_class
end