StatementTransformation<T> 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.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public class StatementTransformation<T> : Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformationBase
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type StatementTransformation<'T> = class
inherit StatementTransformationBase
Public Class StatementTransformation(Of T)
Inherits StatementTransformationBase
Type Parameters
- T
- Inheritance
- Derived
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Constructors
Properties
| Expressions | (Inherited from StatementTransformationBase) |
| SharedState | |
| StatementKinds | (Inherited from StatementTransformationBase) |
| Transformation | |
| Types | (Inherited from StatementTransformationBase) |
Methods
| OnLocalDeclarations(LocalDeclarations) | (Inherited from StatementTransformationBase) |
| OnLocation(QsNullable<QsLocation>) |
Obsolete.
(Inherited from StatementTransformationBase)
|
| OnScope(QsScope) | (Inherited from StatementTransformationBase) |
| OnStatement(QsStatement) | (Inherited from StatementTransformationBase) |
| OnVariableName(String) |
Obsolete.
(Inherited from StatementTransformationBase)
|