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

Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddCode ( string code ) : bool
code string
Résultat bool

Compiler() public méthode

public Compiler ( string name, string version ) : System.IO
name string
version string
Résultat System.IO

GetCol() public méthode

public GetCol ( ) : int
Résultat int

GetLine() public méthode

public GetLine ( ) : int
Résultat int

GetMessage() public méthode

public GetMessage ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string