Method: Nendo::SourceInfo#debugPrint

Defined in:
lib/nendo/ruby/types.rb

#debugPrintObject



308
309
310
311
312
313
314
# File 'lib/nendo/ruby/types.rb', line 308

def debugPrint
  printf( "=== sourceInfo === \n" )
  printf( "  varname       = %s\n", @varname )
  printf( "  sourcefile    = %s\n", @sourcefile )
  printf( "  lineno        = %s\n", @lineno)
  printf( "  compiled_str  = %s\n", @compiled_str )
end