ApplyFunctorToOperationCalls.ExpressionKindTransformation Constructors

Definition

Overloads

ApplyFunctorToOperationCalls.ExpressionKindTransformation(QsFunctor)
ApplyFunctorToOperationCalls.ExpressionKindTransformation(SyntaxTreeTransformation<ApplyFunctorToOperationCalls.TransformationsState>)

ApplyFunctorToOperationCalls.ExpressionKindTransformation(QsFunctor)

public ExpressionKindTransformation (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFunctor functor);
new Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.ApplyFunctorToOperationCalls.ExpressionKindTransformation : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFunctor -> Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.ApplyFunctorToOperationCalls.ExpressionKindTransformation
Public Sub New (functor As QsFunctor)

Parameters

functor
QsFunctor

Applies to

ApplyFunctorToOperationCalls.ExpressionKindTransformation(SyntaxTreeTransformation<ApplyFunctorToOperationCalls.TransformationsState>)

public ExpressionKindTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.ApplyFunctorToOperationCalls.TransformationsState> parent);
new Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.ApplyFunctorToOperationCalls.ExpressionKindTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.ApplyFunctorToOperationCalls.TransformationsState> -> Microsoft.Quantum.QsCompiler.Transformations.FunctorGeneration.ApplyFunctorToOperationCalls.ExpressionKindTransformation
Public Sub New (parent As SyntaxTreeTransformation(Of ApplyFunctorToOperationCalls.TransformationsState))

Parameters

Applies to