C# Class SGDE.Content.Code.Compiler.Compiler

Exibir arquivo Open project: sgdc/sgdc-old

Public Methods

Method Description
AddCode ( string code ) : bool
Compiler ( string name, string version ) : System.IO
GetCol ( ) : int
GetLine ( ) : int
GetMessage ( ) : string
ToString ( ) : string

Private Methods

Method Description
CleanAndExpand ( SourceControl &sc ) : bool
GetPackages ( SourceControl sc, List &names ) : bool
ParaCount ( string line, int upTo ) : int
RemoveComments ( SourceControl &sc ) : bool
ResetError ( ) : void

Method Details

AddCode() public method

public AddCode ( string code ) : bool
code string
return bool

Compiler() public method

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

GetCol() public method

public GetCol ( ) : int
return int

GetLine() public method

public GetLine ( ) : int
return int

GetMessage() public method

public GetMessage ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string