Property | Type | Description | |
---|---|---|---|
FORMATS_DIR | string | ||
errorTypes | ISet |
||
errors | int | ||
tool | AntlrTool | ||
warnings | int |
Method | Description | |
---|---|---|
Emit ( |
||
ErrorManager ( AntlrTool tool ) : System.Collections.Generic | ||
FatalInternalError ( string error, System.Exception e ) : void | ||
FormatWantsSingleLineMessage ( ) : bool | ||
GetLocationFormat ( ) : Template | ||
GetMessageFormat ( ) : Template | ||
GetMessageTemplate ( |
||
GetNumErrors ( ) : int | ||
GetReportFormat ( |
||
GrammarError ( |
||
Info ( string msg ) : void | ||
InternalError ( string error ) : void | ||
InternalError ( string error, System.Exception e ) : void | ||
LeftRecursionCycles ( string fileName, IEnumerable |
||
Panic ( ) : void | ||
Panic ( |
||
Panic ( string msg ) : void | ||
ResetErrorState ( ) : void | ||
SetFormat ( string formatName ) : void | ||
SyntaxError ( ErrorType etype, string fileName, Antlr token, Antlr antlrException ) : void | ||
ToolError ( ErrorType errorType ) : void | ||
ToolError ( ErrorType errorType, System.Exception e ) : void |
Method | Description | |
---|---|---|
VerifyFormat ( ) : bool |
Method | Description | |
---|---|---|
GetLastNonErrorManagerCodeLocation ( System.Exception e ) : string | ||
RawError ( string msg ) : void | ||
RawError ( string msg, System.Exception e ) : void |
public Emit ( |
||
etype | ||
msg | ||
return | void |
public ErrorManager ( AntlrTool tool ) : System.Collections.Generic | ||
tool | AntlrTool | |
return | System.Collections.Generic |
public static FatalInternalError ( string error, System.Exception e ) : void | ||
error | string | |
e | System.Exception | |
return | void |
public FormatWantsSingleLineMessage ( ) : bool | ||
return | bool |
public GetMessageTemplate ( |
||
msg | ||
return | Template |
public GetReportFormat ( |
||
severity | ||
return | Template |
public GrammarError ( |
||
etype | ||
fileName | string | |
token | Antlr | |
return | void |
public static InternalError ( string error ) : void | ||
error | string | |
return | void |
public static InternalError ( string error, System.Exception e ) : void | ||
error | string | |
e | System.Exception | |
return | void |
public LeftRecursionCycles ( string fileName, IEnumerable |
||
fileName | string | |
cycles | IEnumerable |
|
return | void |
public SetFormat ( string formatName ) : void | ||
formatName | string | |
return | void |
public SyntaxError ( ErrorType etype, string fileName, Antlr token, Antlr antlrException ) : void | ||
etype | ErrorType | |
fileName | string | |
token | Antlr | |
antlrException | Antlr | |
return | void |
public ToolError ( ErrorType errorType ) : void | ||
errorType | ErrorType | |
return | void |
public ToolError ( ErrorType errorType, System.Exception e ) : void | ||
errorType | ErrorType | |
e | System.Exception | |
return | void |