C# 클래스 Pchp.CodeAnalysis.Symbols.SourceMethodSymbol

파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetContextPlace IPlace
IsMetadataVirtual bool
SynthesizeGhostStubs void

공개 메소드들

메소드 설명
SourceMethodSymbol ( SourceTypeSymbol type, MethodDecl syntax ) : System

보호된 메소드들

메소드 설명
CreateTypeRefContext ( ) : TypeRefContext

비공개 메소드들

메소드 설명
GetContextPlace ( ) : IPlace
IsMetadataVirtual ( bool ignoreInterfaceImplementationChanges = false ) : bool
SynthesizeGhostStubs ( PEModuleBuilder module, DiagnosticBag diagnostic ) : void

메소드 상세

CreateTypeRefContext() 보호된 메소드

protected CreateTypeRefContext ( ) : TypeRefContext
리턴 TypeRefContext

SourceMethodSymbol() 공개 메소드

public SourceMethodSymbol ( SourceTypeSymbol type, MethodDecl syntax ) : System
type SourceTypeSymbol
syntax MethodDecl
리턴 System