QsFragmentKind.ExpressionStatement Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind+ExpressionStatement@DebugTypeProxy))]
[System.Serializable]
public class QsFragmentKind.ExpressionStatement : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind+ExpressionStatement@DebugTypeProxy))>]
[<System.Serializable>]
QsFragmentKind.ExpressionStatement : QsExpression -> QsFragmentKind
Public Class QsFragmentKind.ExpressionStatement
Inherits QsFragmentKind
Inheritance
QsFragmentKind.ExpressionStatement
Attributes

Properties

ErrorCode (Inherited from QsFragmentKind)
InvalidEnding (Inherited from QsFragmentKind)
IsAdjointDeclaration (Inherited from QsFragmentKind)
IsApplyBlockIntro (Inherited from QsFragmentKind)
IsBodyDeclaration (Inherited from QsFragmentKind)
IsBorrowingBlockIntro (Inherited from QsFragmentKind)
IsControlledAdjointDeclaration (Inherited from QsFragmentKind)
IsControlledDeclaration (Inherited from QsFragmentKind)
IsDeclarationAttribute (Inherited from QsFragmentKind)
IsElifClause (Inherited from QsFragmentKind)
IsElseClause (Inherited from QsFragmentKind)
IsExpressionStatement (Inherited from QsFragmentKind)
IsFailStatement (Inherited from QsFragmentKind)
IsForLoopIntro (Inherited from QsFragmentKind)
IsFunctionDeclaration (Inherited from QsFragmentKind)
IsIfClause (Inherited from QsFragmentKind)
IsImmutableBinding (Inherited from QsFragmentKind)
IsInvalidFragment (Inherited from QsFragmentKind)
IsMutableBinding (Inherited from QsFragmentKind)
IsNamespaceDeclaration (Inherited from QsFragmentKind)
IsOpenDirective (Inherited from QsFragmentKind)
IsOperationDeclaration (Inherited from QsFragmentKind)
IsRepeatIntro (Inherited from QsFragmentKind)
IsReturnStatement (Inherited from QsFragmentKind)
IsTypeDefinition (Inherited from QsFragmentKind)
IsUntilSuccess (Inherited from QsFragmentKind)
IsUsingBlockIntro (Inherited from QsFragmentKind)
IsValueUpdate (Inherited from QsFragmentKind)
IsWhileLoopIntro (Inherited from QsFragmentKind)
IsWithinBlockIntro (Inherited from QsFragmentKind)
Item
Tag (Inherited from QsFragmentKind)

Methods

CompareTo(Object) (Inherited from QsFragmentKind)
CompareTo(Object, IComparer) (Inherited from QsFragmentKind)
CompareTo(QsFragmentKind) (Inherited from QsFragmentKind)
Equals(Object) (Inherited from QsFragmentKind)
Equals(Object, IEqualityComparer) (Inherited from QsFragmentKind)
Equals(QsFragmentKind) (Inherited from QsFragmentKind)
GetHashCode() (Inherited from QsFragmentKind)
GetHashCode(IEqualityComparer) (Inherited from QsFragmentKind)
ToString() (Inherited from QsFragmentKind)

Extension Methods

Microsoft.Quantum.QsCompiler.SyntaxProcessing.SyntaxExtensions.SymbolInformation(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind)
DeclaredCallable(QsFragmentKind)
DeclaredCallableName(QsFragmentKind, String)
DeclaredNamespace(QsFragmentKind)
DeclaredNamespaceName(QsFragmentKind, String)
DeclaredSpecialization(QsFragmentKind)
DeclaredType(QsFragmentKind)
DeclaredTypeName(QsFragmentKind, String)
OpenedNamespace(QsFragmentKind)
OpenedNamespaceName(QsFragmentKind, String)
CallExpressions(QsFragmentKind)

Applies to