StatementTransformation 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 : Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformationBase
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type StatementTransformation = class
inherit StatementTransformationBase
Public Class StatementTransformation
Inherits StatementTransformationBase
- Inheritance
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Constructors
| StatementTransformation() | |
| StatementTransformation(SyntaxTreeTransformation) | |
| StatementTransformation(SyntaxTreeTransformation, TransformationOptions) | |
| StatementTransformation(TransformationOptions) |
Properties
| Expressions | (Inherited from StatementTransformationBase) |
| 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)
|