Class: Operator::MutationSimplify::Expansion

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) alt_idx

Returns the value of attribute alt_idx

Returns:

  • (Object)

    the current value of alt_idx



39
40
41
# File '../lib/mutation_simplify.rb', line 39

def alt_idx
  @alt_idx
end

- (Object) dir

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



39
40
41
# File '../lib/mutation_simplify.rb', line 39

def dir
  @dir
end

- (Object) parent_arg

Returns the value of attribute parent_arg

Returns:

  • (Object)

    the current value of parent_arg



39
40
41
# File '../lib/mutation_simplify.rb', line 39

def parent_arg
  @parent_arg
end

- (Object) symbol

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



39
40
41
# File '../lib/mutation_simplify.rb', line 39

def symbol
  @symbol
end