Method: BiteScript::ASM::FieldMirror#inspect
- Defined in:
-
lib/bitescript/mirror.rb,
lib/bitescript/asm3/mirror.rb
406 407 408 409 |
# File 'lib/bitescript/mirror.rb', line 406 def inspect typename = inspect_generic(type, signature) inspect_annotations + "#{modifier_string}#{typename} #{name};" end |