C# Класс Nintenlord.Event_assembler.Code.Processors.OldPreprocessor

Normal preprocessor
Наследование: IPreprocessor
Показать файл Открыть проект

Открытые методы

Метод Описание
AddDefined ( string original ) : void
AddReserved ( string reserved ) : void
OldPreprocessor ( IMessageLog messageHandler, string predefined ) : System
Process ( string path ) : string

Приватные методы

Метод Описание
ApplyDefines ( string parameter, DefineCollection defcol, bool firstParam ) : string
ApplyDefines ( string text, DefineCollection defCol ) : string[]
InvalidIndex ( int index, int length, int empty ) : bool
Preprocess ( string text, DefineCollection defCol, string path ) : string[]
Preprocess ( TextReader reader, string file, DefineCollection defCol, ICollection lines, Stack ifStack ) : void
RemoveComments ( string text ) : string
SplitToParameters ( string lines ) : string[][]

Описание методов

AddDefined() публичный Метод

public AddDefined ( string original ) : void
original string
Результат void

AddReserved() публичный Метод

public AddReserved ( string reserved ) : void
reserved string
Результат void

OldPreprocessor() публичный Метод

public OldPreprocessor ( IMessageLog messageHandler, string predefined ) : System
messageHandler IMessageLog
predefined string
Результат System

Process() публичный Метод

public Process ( string path ) : string
path string
Результат string