SyntaxTreeToQsharp.ExpressionKindTransformation.OnMissingExpression Method

Definition

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

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to