SyntaxTreeToQsharp.ExpressionKindTransformation.OnPauliLiteral Method

Definition

System.Object.OnPauliLiteral(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsPauli)
public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> OnPauliLiteral (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsPauli p);
override this.OnPauliLiteral : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsPauli -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Overrides Function OnPauliLiteral (p As QsPauli) As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType)

Parameters

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to