C# 클래스 SGDE.Content.Code.Compiler.Compiler

파일 보기 프로젝트 열기: sgdc/sgdc-old

공개 메소드들

메소드 설명
AddCode ( string code ) : bool
Compiler ( string name, string version ) : System.IO
GetCol ( ) : int
GetLine ( ) : int
GetMessage ( ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
CleanAndExpand ( SourceControl &sc ) : bool
GetPackages ( SourceControl sc, List &names ) : bool
ParaCount ( string line, int upTo ) : int
RemoveComments ( SourceControl &sc ) : bool
ResetError ( ) : void

메소드 상세

AddCode() 공개 메소드

public AddCode ( string code ) : bool
code string
리턴 bool

Compiler() 공개 메소드

public Compiler ( string name, string version ) : System.IO
name string
version string
리턴 System.IO

GetCol() 공개 메소드

public GetCol ( ) : int
리턴 int

GetLine() 공개 메소드

public GetLine ( ) : int
리턴 int

GetMessage() 공개 메소드

public GetMessage ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string