ExpressionTransformation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ExpressionTransformation() | |
| ExpressionTransformation(SyntaxTreeTransformation) | |
| ExpressionTransformation(TransformationOptions) | |
| ExpressionTransformation(SyntaxTreeTransformation, TransformationOptions) |
ExpressionTransformation()
public ExpressionTransformation ();
Public Sub New ()
Applies to
ExpressionTransformation(SyntaxTreeTransformation)
public ExpressionTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation parentTransformation);
new Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation -> Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformation
Public Sub New (parentTransformation As SyntaxTreeTransformation)
Parameters
- parentTransformation
- SyntaxTreeTransformation
Applies to
ExpressionTransformation(TransformationOptions)
public ExpressionTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformation
Public Sub New (options As TransformationOptions)
Parameters
- options
- TransformationOptions
Applies to
ExpressionTransformation(SyntaxTreeTransformation, TransformationOptions)
public ExpressionTransformation (Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation parentTransformation, Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions options);
new Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformation : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation * Microsoft.Quantum.QsCompiler.Transformations.Core.TransformationOptions -> Microsoft.Quantum.QsCompiler.Transformations.Core.ExpressionTransformation
Public Sub New (parentTransformation As SyntaxTreeTransformation, options As TransformationOptions)
Parameters
- parentTransformation
- SyntaxTreeTransformation
- options
- TransformationOptions