indexing description: "AST representation of a reverse assignment" date: "$Date$" revision: "$Revision$" class REVERSE_AS inherit ASSIGN_AS redefine process end feature -- Visitor process (v: AST_VISITOR) is -- process current element. do v.process_reverse_as (Current) end end -- class REVERSE_AS