C# Class IronKonoha.Context

Exibir arquivo Open project: tetsurom/ikonoha Class Usage Examples

Public Methods

Method Description
Context ( ) : System
GetErrorTypeString ( ReportLevel pe ) : string
ReportError ( ReportLevel pe, string msg ) : void
SUGAR_P ( ReportLevel pe, LineInfo line, int lpos, string format ) : uint

Private Methods

Method Description
vperrorf ( ReportLevel pe, LineInfo uline, int lpos, string fmt ) : uint

Method Details

Context() public method

public Context ( ) : System
return System

GetErrorTypeString() public method

public GetErrorTypeString ( ReportLevel pe ) : string
pe ReportLevel
return string

ReportError() public method

public ReportError ( ReportLevel pe, string msg ) : void
pe ReportLevel
msg string
return void

SUGAR_P() public method

public SUGAR_P ( ReportLevel pe, LineInfo line, int lpos, string format ) : uint
pe ReportLevel
line LineInfo
lpos int
format string
return uint