1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Add a declaration of newName(String) to ICPPNodeFactory

Change-Id: I1ccbde39761bfb944e8677d196e577ea89e25e94
This commit is contained in:
Nathan Ridge 2016-08-02 18:31:15 -04:00
parent fbe9807877
commit 1084e608d0

View file

@ -278,6 +278,12 @@ public interface ICPPNodeFactory extends INodeFactory {
*/
@Override
public ICPPASTName newName(char[] name);
/**
* @since 6.0
*/
@Override
public ICPPASTName newName(String name);
/**
* @since 5.11