메소드 | 설명 | |
---|---|---|
CPreprocessor ( IIncludeReader IncludeReader = null, |
||
EvaluateExpression ( string Line ) : int | ||
PreprocessString ( string Text, string FileName = "<unknown>" ) : void | ||
RemoveComments ( string Input ) : string | ||
ReplaceNonSpaceWithSpaces ( string Text ) : string |
public CPreprocessor ( IIncludeReader IncludeReader = null, |
||
IncludeReader | IIncludeReader | |
TextWriter | ||
리턴 | System |
public PreprocessString ( string Text, string FileName = "<unknown>" ) : void | ||
Text | string | |
FileName | string | |
리턴 | void |
public static RemoveComments ( string Input ) : string | ||
Input | string | |
리턴 | string |
public static ReplaceNonSpaceWithSpaces ( string Text ) : string | ||
Text | string | |
리턴 | string |