mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
Add a declaration of newName(String) to ICPPNodeFactory
Change-Id: I1ccbde39761bfb944e8677d196e577ea89e25e94
This commit is contained in:
parent
fbe9807877
commit
1084e608d0
1 changed files with 6 additions and 0 deletions
|
@ -278,6 +278,12 @@ public interface ICPPNodeFactory extends INodeFactory {
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ICPPASTName newName(char[] name);
|
public ICPPASTName newName(char[] name);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 6.0
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public ICPPASTName newName(String name);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 5.11
|
* @since 5.11
|
||||||
|
|
Loading…
Add table
Reference in a new issue