StatementKindTransformation Constructors

Definition

Overloads

StatementKindTransformation()
StatementKindTransformation(SyntaxTreeTransformation)
StatementKindTransformation(TransformationOptions)
StatementKindTransformation(SyntaxTreeTransformation, TransformationOptions)

StatementKindTransformation()

public StatementKindTransformation ();
Public Sub New ()

Applies to

StatementKindTransformation(SyntaxTreeTransformation)

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

Parameters

parentTransformation
SyntaxTreeTransformation

Applies to

StatementKindTransformation(TransformationOptions)

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

Parameters

Applies to

StatementKindTransformation(SyntaxTreeTransformation, TransformationOptions)

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

Parameters

parentTransformation
SyntaxTreeTransformation

Applies to