Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

Rename Statement Summary

Rename is a terminal, refactoring statement that occurs only with a Refactorstatement. It changes the authored name of a component.

 

The attributes of the Renamestatement are as follows:

 

AttributeDescription
IdentifierThis required identifier attribute specifies the component to be renamed. If the containing Refactor statement had a FileFilter specified then this identifier should be specified relative to it; else, it should be specified relative to the root of the symbol table.
ContentThis required identifier specifies the name to be used for the component in the target code.
StatusThis attribute is deprecated. If the component is a variable and if this attribute is supplied any value, then the context flags Static and Private are set for it.

The script errors associated with the Renamestatement are as follows:

 

ErrorDescription
1095Unable to find identifier [%1d] in project.
Table of Contents

  • No labels