StatementKindTransformation<T> Constructors

Definition

Overloads

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

StatementKindTransformation<T>(SyntaxTreeTransformation<T>)

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

StatementKindTransformation<T>(T)

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

Parameters

sharedState
T

Applies to

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

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

Parameters

parentTransformation
SyntaxTreeTransformation<T>

Applies to

StatementKindTransformation<T>(T, TransformationOptions)

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

Parameters

sharedState
T

Applies to