Property | Type | Description | |
---|---|---|---|
AddFunction | void | ||
GetDeclaredInterfaces | ImmutableArray |
||
GetFieldsToEmit | IEnumerable |
||
GetInterfacesToEmit | ImmutableArray |
Method | Description | |
---|---|---|
GetAttributes ( ) : ImmutableArray |
||
GetMembers ( ) : ImmutableArray |
||
GetMembers ( string name ) : ImmutableArray |
||
GetTypeMembers ( ) : ImmutableArray |
||
GetTypeMembers ( string name ) : ImmutableArray |
||
SourceFileSymbol ( PhpCompilation compilation, GlobalCode syntax ) : System |
Method | Description | |
---|---|---|
AddFunction ( |
Lazily adds a function into the list of global functions declared within this file.
|
|
GetDeclaredInterfaces ( ConsList |
||
GetFieldsToEmit ( ) : IEnumerable |
||
GetInterfacesToEmit ( ) : ImmutableArray |
public GetMembers ( string name ) : ImmutableArray |
||
name | string | |
return | ImmutableArray |
public GetTypeMembers ( string name ) : ImmutableArray |
||
name | string | |
return | ImmutableArray |
public SourceFileSymbol ( PhpCompilation compilation, GlobalCode syntax ) : System | ||
compilation | PhpCompilation | |
syntax | GlobalCode | |
return | System |