StripPositionInfo.Apply Method

Definition

Overloads

Apply(QsNamespace)
Apply(QsScope)
Apply(ResolvedType)
Apply(TypedExpression)

Apply(QsNamespace)

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace a);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace
Public Shared Function Apply (a As QsNamespace) As QsNamespace

Parameters

Returns

QsNamespace

Applies to

Apply(QsScope)

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope s);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope
Public Shared Function Apply (s As QsScope) As QsScope

Parameters

Returns

QsScope

Applies to

Apply(ResolvedType)

public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType t);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Shared Function Apply (t As ResolvedType) As ResolvedType

Parameters

Returns

ResolvedType

Applies to

Apply(TypedExpression)

public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression e);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function Apply (e As TypedExpression) As TypedExpression

Parameters

Returns

TypedExpression

Applies to