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