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