class NodeMutation::Struct class Action < ::Struct attr_accessor type (): Symbol attr_accessor start (): Integer attr_accessor end (): Integer attr_accessor new_code (): String end class Location < ::Struct attr_accessor line (): Integer attr_accessor column (): Integer end class Range < ::Struct attr_accessor start (): Integer attr_accessor end (): Integer end end