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

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

공개 메소드들

메소드 설명
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