SyntaxExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)]
public static class SyntaxExtensions
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)>]
module SyntaxExtensions
Public Module SyntaxExtensions
Inheritance
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute
Methods
CallExpressions(QsFragmentKind)
DeclarationInfo(NamespaceManager, LocalDeclarations, String, String, QsSymbol, Boolean)
ExtractCharacteristics(QsType)
LiteralInfo(QsExpression, Boolean)
LocalVariable(LocalDeclarations, QsSymbol)
ParameterDescription(IEnumerable<String>, String)
PrintArgumentTuple(QsTuple<LocalVariableDeclaration<QsLocalSymbol,ResolvedType>>)
PrintSignature(CallableDeclarationHeader)
PrintSummary(IEnumerable<String>, Boolean)
SymbolDeclaration(NamespaceManager, LocalDeclarations, String, String, QsSymbol)
Microsoft.Quantum.QsCompiler.SyntaxProcessing.SyntaxExtensions.SymbolInformation(Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind)
TypeDeclaration(NamespaceManager, String, String, QsType)
TypeInfo(NamespaceManager, String, String, QsType, Boolean)
VariableDeclaration(NamespaceManager, LocalDeclarations, String, String, QsSymbol)
VariableInfo(NamespaceManager, LocalDeclarations, String, String, QsSymbol, Boolean)
Applies to