protected void EmitMessage(
MessageType type,
int code,
SourcePosition position,
Token token = null,
string text = null,
Exception exception = null
)
protected void EmitMessage(
MessageType type,
int code,
SourcePosition position,
Token token = null,
string text = null,
Exception exception = null
)
Protected Sub EmitMessage (
type As MessageType,
code As Integer,
position As SourcePosition,
Optional token As Token = Nothing,
Optional text As String = Nothing,
Optional exception As Exception = Nothing
)
Protected Sub EmitMessage (
type As MessageType,
code As Integer,
position As SourcePosition,
Optional token As Token = Nothing,
Optional text As String = Nothing,
Optional exception As Exception = Nothing
)
protected:
void EmitMessage(
MessageType type,
int code,
SourcePosition position,
Token^ token = nullptr,
String^ text = nullptr,
Exception^ exception = nullptr
)
protected:
void EmitMessage(
MessageType type,
int code,
SourcePosition position,
Token^ token = nullptr,
String^ text = nullptr,
Exception^ exception = nullptr
)
member EmitMessage :
type : MessageType *
code : int *
position : SourcePosition *
?token : Token *
?text : string *
?exception : Exception
(* Defaults:
let _token = defaultArg token null
let _text = defaultArg text null
let _exception = defaultArg exception null
*)
-> unit
member EmitMessage :
type : MessageType *
code : int *
position : SourcePosition *
?token : Token *
?text : string *
?exception : Exception
(* Defaults:
let _token = defaultArg token null
let _text = defaultArg text null
let _exception = defaultArg exception null
*)
-> unit