C# Class Monobjc.Tools.Generator.Parsers.BaseParser

Inheritance: IBaseParser
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
Parse ( BaseEntity entity, String file ) : void

Parses the specified entity.

Parse ( BaseEntity entity, TextReader reader ) : void

Parses the specified entity.

Méthodes protégées

Méthode Description
BaseParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System

Initializes a new instance of the BaseParser class.

Method Details

BaseParser() protected méthode

Initializes a new instance of the BaseParser class.
protected BaseParser ( NameValueCollection settings, TypeManager typeManager, TextWriter logger ) : System
settings System.Collections.Specialized.NameValueCollection The settings.
typeManager Monobjc.Tools.Generator.Utilities.TypeManager The type manager.
logger System.IO.TextWriter
Résultat System

Parse() public méthode

Parses the specified entity.
public Parse ( BaseEntity entity, String file ) : void
entity BaseEntity The entity.
file String The file.
Résultat void

Parse() public abstract méthode

Parses the specified entity.
public abstract Parse ( BaseEntity entity, TextReader reader ) : void
entity BaseEntity The entity.
reader System.IO.TextReader The reader.
Résultat void