SyntaxTreeToQsharp.ExpressionKindTransformation.OnResultLiteral Method

Definition

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

Parameters

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to