StatementTransformation Constructors

Definition

Overloads

StatementTransformation()
StatementTransformation(SyntaxTreeTransformation)
StatementTransformation(TransformationOptions)
StatementTransformation(SyntaxTreeTransformation, TransformationOptions)

StatementTransformation()

public StatementTransformation ();
Public Sub New ()

Applies to

StatementTransformation(SyntaxTreeTransformation)

public StatementTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation parentTransformation);
new Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation
Public Sub New (parentTransformation As SyntaxTreeTransformation)

Parameters

parentTransformation
SyntaxTreeTransformation

Applies to

StatementTransformation(TransformationOptions)

public StatementTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation
Public Sub New (options As TransformationOptions)

Parameters

Applies to

StatementTransformation(SyntaxTreeTransformation, TransformationOptions)

public StatementTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation parentTransformation, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation
Public Sub New (parentTransformation As SyntaxTreeTransformation, options As TransformationOptions)

Parameters

parentTransformation
SyntaxTreeTransformation

Applies to