C# 클래스 Nintenlord.Event_assembler.Code.Processors.Preprocessor

상속: IPreprocessor
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
AddDefined ( string original ) : void
AddReserved ( string reserved ) : void
Preprocessor ( IMessageLog messageHandler, string predefined ) : System
Process ( string path ) : string

비공개 메소드들

메소드 설명
ApplyDefines ( string &text, int lineNumber, string file, IDefineCollection defCol ) : void
DefineFile ( string path, DefineCollection defCol ) : void
FindFile ( string currentFile, string newFile ) : string
HandleComments ( string &line, bool &blockComment ) : void
InvalidIndex ( int index, int length, int empty ) : bool
IsValidCharacter ( char c ) : bool
IsValidDefinitionName ( string s ) : bool
Preprocess ( TextReader reader, StringBuilder output, IDefineCollection defcol, string currentFile, Stack includeStack ) : void
PreprocessorCommand ( string line, int &lineNumber, Stack include, TextReader reader, IDefineCollection defcol, string currentFile ) : void

메소드 상세

AddDefined() 공개 메소드

public AddDefined ( string original ) : void
original string
리턴 void

AddReserved() 공개 메소드

public AddReserved ( string reserved ) : void
reserved string
리턴 void

Preprocessor() 공개 메소드

public Preprocessor ( IMessageLog messageHandler, string predefined ) : System
messageHandler IMessageLog
predefined string
리턴 System

Process() 공개 메소드

public Process ( string path ) : string
path string
리턴 string