RenameReferences Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A transformation that renames all references to each given qualified name.
public class RenameReferences : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation
type RenameReferences = class
inherit SyntaxTreeTransformation
Public Class RenameReferences
Inherits SyntaxTreeTransformation
- Inheritance
Constructors
| RenameReferences(IImmutableDictionary<QsQualifiedName,QsQualifiedName>) |
Creates a new rename references transformation. |
Properties
| ExpressionKinds | (Inherited from SyntaxTreeTransformation) |
| Expressions | (Inherited from SyntaxTreeTransformation) |
| Namespaces | (Inherited from SyntaxTreeTransformation) |
| StatementKinds | (Inherited from SyntaxTreeTransformation) |
| Statements | (Inherited from SyntaxTreeTransformation) |
| Types | (Inherited from SyntaxTreeTransformation) |