Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] INodeFactory and ICPPNodeFactory
  • From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
  • Date: Thu, 27 Feb 2020 02:51:06 +0000
  • Accept-language: en-CA, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=CAEGShl4537pzpHK7Sc7Ahk78GYsByuJxaV7aPjzU80=; b=Na9HW+v8NzIveu/83BQ+8kHtbj19l5uY7sjfAv4HMeHubs2VF8+25txnQEoQZ5d5OMBI8B9gxFC12Ps4TbFlrAnNmawRUM55/8fFc+nT17iYdEgmfOOMjr3Rfrm3F75KkkWvSNAaH12wOL3ZFuQooa722/aqZ+Fh9prrDi+xaRu6O9o0WpsWzWQ8nTJZEh+vNhklNdzYBhtEeFK9eXUQNRwBfn1aVyWT6Mp1Tghtpq6cB/pM3NkXYDloVDcxYqpbsbz+4Hk8kQCnYe1PaMXHuZhANN6+8XPrDUR1abnqr26V+jPRclsfOT0JGmAunDgOmdXilS6TFZ5K4ooKCVaauA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mICRk4Ar6HPBninasQ1j04MnuLtdMEMK7Cev9UdXi8Qc/r2r9N83yl64+XYyaRT/vlQtu0CkJDJCQ/jtP04A8NmmtnknI3HAaZ94GvOZL5pk+/MiUX1i6gW0/0Qn5Jh3JgG4BBe5KjuJKAP5ymZ2BivD8txc4yYD4+p8K6A98qV2EvlZxqg5dWzRDvldV/zgDy9m8Q1QjEWJRxqMSYeq4oWSDTfvnDsNGO7pGIw0ijKqhUYFZR53hywebOansYBmeWPcIl0K7cbBBkmTB8GQ7uftOIxPuOTyoWCPDfswEWSzX807af9OPhhhw1cCyjTmwo8YYSE177LSSC/B/vLYQQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV7IBhDeL+/QVjdk+8ga2MEGuBRaguTpSagAAFeYiAAAD4AIAAA2br
  • Thread-topic: INodeFactory and ICPPNodeFactory

> IASTTranslationUnit ast = CurrentGui.getInstance().getGui().getAST(file);  // file is an empty > file with .cpp extention.
> Will if (ast instanceof ICPPASTTranslationUnit) succeed?

It should, yes.

Back to the top