ScopeContext Constructor

Definition

public ScopeContext (Microsoft.Quantum.QsCompiler.SymbolManagement.NamespaceManager globals, Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolTracker symbols, Microsoft.Quantum.QsCompiler.SyntaxProcessing.TypeInference.InferenceContext inference, bool isInOperation, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType returnType, Microsoft.Quantum.QsCompiler.TargetCapability capability, string processorArchitecture);
new Microsoft.Quantum.QsCompiler.SyntaxProcessing.ScopeContext : Microsoft.Quantum.QsCompiler.SymbolManagement.NamespaceManager * Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolTracker * Microsoft.Quantum.QsCompiler.SyntaxProcessing.TypeInference.InferenceContext * bool * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.TargetCapability * string -> Microsoft.Quantum.QsCompiler.SyntaxProcessing.ScopeContext
Public Sub New (globals As NamespaceManager, symbols As SymbolTracker, inference As InferenceContext, isInOperation As Boolean, returnType As ResolvedType, capability As TargetCapability, processorArchitecture As String)

Parameters

symbols
SymbolTracker
inference
InferenceContext
isInOperation
Boolean
returnType
ResolvedType
capability
TargetCapability
processorArchitecture
String

Applies to