C# Class Rubberduck.Parsing.VBA.AttributeParser

Inheritance: IAttributeParser
Mostra file Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
AttributeParser ( IModuleExporter exporter ) : System
Parse ( VBComponent component ) : IDictionary,Attributes>

Exports the specified component to a temporary file, loads, and then parses the exported file.

Method Details

AttributeParser() public method

public AttributeParser ( IModuleExporter exporter ) : System
exporter IModuleExporter
return System

Parse() public method

Exports the specified component to a temporary file, loads, and then parses the exported file.
public Parse ( VBComponent component ) : IDictionary,Attributes>
component VBComponent
return IDictionary,Attributes>