Table of Contents

Class FunctionPointerAstType

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
public class FunctionPointerAstType : AstType, IAnnotatable, IFreezable, INode, ICloneable
Inheritance
FunctionPointerAstType
Implements
Inherited Members
Extension Methods

Constructors

FunctionPointerAstType()

public FunctionPointerAstType()

Fields

CallingConventionRole

public static readonly Role<AstType> CallingConventionRole

Field Value

Role<AstType>

PointerRole

public static readonly TokenRole PointerRole

Field Value

TokenRole

Properties

CallingConventions

public AstNodeCollection<AstType> CallingConventions { get; }

Property Value

AstNodeCollection<AstType>

HasUnmanagedCallingConvention

public bool HasUnmanagedCallingConvention { get; set; }

Property Value

bool

Parameters

public AstNodeCollection<ParameterDeclaration> Parameters { get; }

Property Value

AstNodeCollection<ParameterDeclaration>

ReturnType

public AstType ReturnType { get; set; }

Property Value

AstType

Methods

AcceptVisitor(IAstVisitor)

public override void AcceptVisitor(IAstVisitor visitor)

Parameters

visitor IAstVisitor

AcceptVisitor<T>(IAstVisitor<T>)

public override T AcceptVisitor<T>(IAstVisitor<T> visitor)

Parameters

visitor IAstVisitor<T>

Returns

T

Type Parameters

T

AcceptVisitor<T, S>(IAstVisitor<T, S>, T)

public override S AcceptVisitor<T, S>(IAstVisitor<T, S> visitor, T data)

Parameters

visitor IAstVisitor<T, S>
data T

Returns

S

Type Parameters

T
S

DoMatch(AstNode, Match)

protected override bool DoMatch(AstNode other, Match match)

Parameters

other AstNode
match Match

Returns

bool

ToTypeReference(NameLookupMode, InterningProvider)

public override ITypeReference ToTypeReference(NameLookupMode lookupMode, InterningProvider interningProvider = null)

Parameters

lookupMode NameLookupMode
interningProvider InterningProvider

Returns

ITypeReference