C# Class Nintenlord.Event_Assembler.Core.Code.Preprocessors.RegexPreprocessor

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
AddDefined ( string original ) : void
AddReserved ( string reserved ) : void
Process ( string path ) : string
Process ( TextReader input, TextWriter output ) : void
RegexPreprocessor ( IMessageLog messageHandler ) : System

Méthodes protégées

Méthode Description
Preprocess ( StringReader reader, string path ) : void
ReplaceComments ( string text ) : string

Private Methods

Méthode Description
PreprocessorDirective ( string line, string name, string parameters, string path, int lineNumber ) : void
ReplaceMultiLineComment ( Match match ) : string

Method Details

AddDefined() public méthode

public AddDefined ( string original ) : void
original string
Résultat void

AddReserved() public méthode

public AddReserved ( string reserved ) : void
reserved string
Résultat void

Preprocess() protected méthode

protected Preprocess ( StringReader reader, string path ) : void
reader System.IO.StringReader
path string
Résultat void

Process() public méthode

public Process ( string path ) : string
path string
Résultat string

Process() public méthode

public Process ( TextReader input, TextWriter output ) : void
input TextReader
output System.IO.TextWriter
Résultat void

RegexPreprocessor() public méthode

public RegexPreprocessor ( IMessageLog messageHandler ) : System
messageHandler IMessageLog
Résultat System

ReplaceComments() protected méthode

protected ReplaceComments ( string text ) : string
text string
Résultat string