StatementTransformation<T> Constructors

Definition

Overloads

StatementTransformation<T>(SyntaxTreeTransformation<T>)
StatementTransformation<T>(T)
StatementTransformation<T>(SyntaxTreeTransformation<T>, TransformationOptions)
StatementTransformation<T>(T, TransformationOptions)

StatementTransformation<T>(SyntaxTreeTransformation<T>)

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

StatementTransformation<T>(T)

public StatementTransformation (T sharedState);
new Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation<'T> : 'T -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation<'T>
Public Sub New (sharedState As T)

Parameters

sharedState
T

Applies to

StatementTransformation<T>(SyntaxTreeTransformation<T>, TransformationOptions)

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

StatementTransformation<T>(T, TransformationOptions)

public StatementTransformation (T sharedState, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation<'T> : 'T * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.StatementTransformation<'T>
Public Sub New (sharedState As T, options As TransformationOptions)

Parameters

sharedState
T

Applies to