SyntaxTreeToQsharp Class
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.
Class used to generate Q# code for compiled Q# namespaces. Upon calling Transform, the Output property is set to the Q# code corresponding to the given namespace.
public class SyntaxTreeToQsharp : Microsoft.Quantum.QsCompiler.Transformations.Core.SyntaxTreeTransformation<Microsoft.Quantum.QsCompiler.Transformations.QsCodeOutput.SyntaxTreeToQsharp.TransformationState>
type SyntaxTreeToQsharp = class
inherit SyntaxTreeTransformation<SyntaxTreeToQsharp.TransformationState>
Public Class SyntaxTreeToQsharp
Inherits SyntaxTreeTransformation(Of SyntaxTreeToQsharp.TransformationState)
- Inheritance
Constructors
| SyntaxTreeToQsharp(TransformationContext) |
Fields
| ExternalImplementation | |
| InvalidExpression | |
| InvalidFunctorGenerator | |
| InvalidIdentifier | |
| InvalidInitializer | |
| InvalidSet | |
| InvalidSymbol | |
| InvalidType |
Properties
| Default | |
| ExpressionKinds | (Inherited from SyntaxTreeTransformation<T>) |
| Expressions | (Inherited from SyntaxTreeTransformation<T>) |
| Namespaces | (Inherited from SyntaxTreeTransformation<T>) |
| SharedState | (Inherited from SyntaxTreeTransformation<T>) |
| StatementKinds | (Inherited from SyntaxTreeTransformation<T>) |
| Statements | (Inherited from SyntaxTreeTransformation<T>) |
| Types | (Inherited from SyntaxTreeTransformation<T>) |