C# 클래스 ilcclib.Preprocessor.CPreprocessor

파일 보기 프로젝트 열기: soywiz/ilcc 1 사용 예제들

공개 메소드들

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

메소드 상세

CPreprocessor() 공개 메소드

public CPreprocessor ( IIncludeReader IncludeReader = null, TextWriter TextWriter = null ) : System
IncludeReader IIncludeReader
TextWriter System.IO.TextWriter
리턴 System

EvaluateExpression() 공개 메소드

public EvaluateExpression ( string Line ) : int
Line string
리턴 int

PreprocessString() 공개 메소드

public PreprocessString ( string Text, string FileName = "<unknown>" ) : void
Text string
FileName string
리턴 void

RemoveComments() 공개 정적인 메소드

public static RemoveComments ( string Input ) : string
Input string
리턴 string

ReplaceNonSpaceWithSpaces() 공개 정적인 메소드

public static ReplaceNonSpaceWithSpaces ( string Text ) : string
Text string
리턴 string