StatementKindTransformationBase.OnFailStatement(TypedExpression) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnFailStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ex);
abstract member OnFailStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
override this.OnFailStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnFailStatement (ex As TypedExpression) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to