SyntaxTreeToQsharp.ExpressionKindTransformation.OnBoolLiteral(Boolean) Method

Definition

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

Parameters

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to