Class: CmdParse::Breakpoint

Inherits:
Struct
  • Object
show all
Defined in:
app/cmd_parser.rb

Overview

Structure to hold breakpoint information

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



285
286
287
# File 'app/cmd_parser.rb', line 285

def condition
  @condition
end

#negateObject

Returns the value of attribute negate

Returns:

  • (Object)

    the current value of negate



285
286
287
# File 'app/cmd_parser.rb', line 285

def negate
  @negate
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



285
286
287
# File 'app/cmd_parser.rb', line 285

def position
  @position
end