메소드 |
설명 |
|
ReadSymbol ( IEventSymbol @event ) : void |
|
|
ReadSymbol ( IMethodSymbol methodSymbol ) : void |
when overridden, don't forget to call base method to read parameters |
|
ReadSymbol ( IParameterSymbol parameter ) : void |
|
|
ReadSymbol ( IPropertySymbol propertySymbol ) : void |
|
|
ReadSymbol ( ISymbol symbol ) : void |
fallback if symbol could not be resolved to any of the other types |
|
ReadSymbol ( ITypeSymbol typeSymbol ) : void |
TODO: improve this: there should be a classsymbol reader which calls the other readers. Because currently this method is implemented by every reader although the reader will only handle the symbols for which it is responsible |
|