StatementTransformation Class

Definition

[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
StatementTransformation
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)

Applies to