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



7
8
9
# File 'lib/bitescript/builder.rb', line 7

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