C# Class Reko.Tools.C2Xml.XmlConverter

Parses a C compilation unit and transforms all declarations to the XML syntax used by Reko.
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( ) : void
XmlConverter ( TextReader rdr, XmlWriter writer, IPlatform platform ) : Reko.Core

Method Details

Convert() public méthode

public Convert ( ) : void
Résultat void

XmlConverter() public méthode

public XmlConverter ( TextReader rdr, XmlWriter writer, IPlatform platform ) : Reko.Core
rdr TextReader
writer System.Xml.XmlWriter
platform IPlatform
Résultat Reko.Core