Class: Unmangler::Borland::PEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/unmangler/borland.rb

Overview

The mangler, when mangling argument types, will create backreferences if the type has already been seen. These take the form t?, where ? can be either 0-9, or a-z.

Instance Attribute Summary collapse

Instance Attribute Details

#lenObject

Returns the value of attribute len

Returns:

  • (Object)

    the current value of len



479
480
481
# File 'lib/unmangler/borland.rb', line 479

def len
  @len
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



479
480
481
# File 'lib/unmangler/borland.rb', line 479

def start
  @start
end