Метод | Описание | |
---|---|---|
FileByName ( string filename ) : FileDescriptor |
Gets file descriptor for given file name (including package path). Returns
|
|
FileContainingSymbol ( string symbol ) : FileDescriptor |
Gets file descriptor that contains definition of given symbol full name (including package path). Returns
|
|
FromFiles ( IEnumerable |
Creates a symbol registry from the specified set of file descriptors.
|
Метод | Описание | |
---|---|---|
SymbolRegistry ( FileDescriptor>.Dictionary |
public FileByName ( string filename ) : FileDescriptor | ||
filename | string | |
Результат | FileDescriptor |
public FileContainingSymbol ( string symbol ) : FileDescriptor | ||
symbol | string | |
Результат | FileDescriptor |
public static FromFiles ( IEnumerable |
||
fileDescriptors | IEnumerable |
The set of files to include in the registry. Must not contain null values. |
Результат |