public: ParserError(
int line,
int col,
string text,
ErrorType type
);public ParserError(
int line,
int col,
string text,
ErrorType type
);Public Sub ParserError(
line As Integer,
col As Integer,
text As string,
type As ErrorType
)Erzeugt ein neues ParserError-Objekt
|
Copyright (c) 2005. All rights reserved.
|