module ParseTree
    class InterfaceMembers < Treetop::Runtime::SyntaxNode

      def build(parent)
        m = member.build(parent)