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

Represents a file within the mudule as a CLR type.
namespace [DIR]{ class [FNAME] { object [Main](){ ... } } }
상속: NamedTypeSymbol
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddFunction void
GetDeclaredInterfaces ImmutableArray
GetFieldsToEmit IEnumerable
GetInterfacesToEmit ImmutableArray

공개 메소드들

메소드 설명
GetAttributes ( ) : ImmutableArray
GetMembers ( ) : ImmutableArray
GetMembers ( string name ) : ImmutableArray
GetTypeMembers ( ) : ImmutableArray
GetTypeMembers ( string name ) : ImmutableArray
SourceFileSymbol ( PhpCompilation compilation, GlobalCode syntax ) : System

비공개 메소드들

메소드 설명
AddFunction ( SourceFunctionSymbol routine ) : void

Lazily adds a function into the list of global functions declared within this file.

GetDeclaredInterfaces ( ConsList basesBeingResolved ) : ImmutableArray
GetFieldsToEmit ( ) : IEnumerable
GetInterfacesToEmit ( ) : ImmutableArray

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : ImmutableArray
리턴 ImmutableArray

GetMembers() 공개 메소드

public GetMembers ( ) : ImmutableArray
리턴 ImmutableArray

GetMembers() 공개 메소드

public GetMembers ( string name ) : ImmutableArray
name string
리턴 ImmutableArray

GetTypeMembers() 공개 메소드

public GetTypeMembers ( ) : ImmutableArray
리턴 ImmutableArray

GetTypeMembers() 공개 메소드

public GetTypeMembers ( string name ) : ImmutableArray
name string
리턴 ImmutableArray

SourceFileSymbol() 공개 메소드

public SourceFileSymbol ( PhpCompilation compilation, GlobalCode syntax ) : System
compilation PhpCompilation
syntax GlobalCode
리턴 System