Statements Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)]
public static class Statements
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)>]
module Statements
Public Class Statements
Inheritance
Statements
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Methods

NewAllocateScope(QsComments, QsLocation, ScopeContext, QsSymbol, QsInitializer)
NewBorrowScope(QsComments, QsLocation, ScopeContext, QsSymbol, QsInitializer)
NewConditionalBlock(QsComments, QsLocation, ScopeContext, QsExpression)
NewConjugation(QsPositionedBlock, QsPositionedBlock)
NewExpressionStatement(QsComments, QsLocation, ScopeContext, QsExpression)
NewFailStatement(QsComments, QsLocation, ScopeContext, QsExpression)
NewForStatement(QsComments, QsLocation, ScopeContext, QsSymbol, QsExpression)
NewIfStatement(TypedExpression, QsPositionedBlock, IEnumerable<Tuple<TypedExpression,QsPositionedBlock>>, QsNullable<QsPositionedBlock>)
NewImmutableBinding(QsComments, QsLocation, ScopeContext, QsSymbol, QsExpression)
NewMutableBinding(QsComments, QsLocation, ScopeContext, QsSymbol, QsExpression)
NewRepeatStatement(SymbolTracker, QsPositionedBlock, TypedExpression, QsPositionedBlock)
NewReturnStatement(QsComments, QsLocation, ScopeContext, QsExpression)
NewValueUpdate(QsComments, QsLocation, ScopeContext, QsExpression, QsExpression)
NewWhileStatement(QsComments, QsLocation, ScopeContext, QsExpression)

Applies to