C# Class Pchp.CodeAnalysis.Symbols.SourceMethodSymbol

Afficher le fichier Open project: iolevel/peachpie Class Usage Examples

Private Properties

Свойство Type Description
GetContextPlace IPlace
IsMetadataVirtual bool
SynthesizeGhostStubs void

Méthodes publiques

Méthode Description
SourceMethodSymbol ( SourceTypeSymbol type, MethodDecl syntax ) : System

Méthodes protégées

Méthode Description
CreateTypeRefContext ( ) : TypeRefContext

Private Methods

Méthode Description
GetContextPlace ( ) : IPlace
IsMetadataVirtual ( bool ignoreInterfaceImplementationChanges = false ) : bool
SynthesizeGhostStubs ( PEModuleBuilder module, DiagnosticBag diagnostic ) : void

Method Details

CreateTypeRefContext() protected méthode

protected CreateTypeRefContext ( ) : TypeRefContext
Résultat TypeRefContext

SourceMethodSymbol() public méthode

public SourceMethodSymbol ( SourceTypeSymbol type, MethodDecl syntax ) : System
type SourceTypeSymbol
syntax MethodDecl
Résultat System