Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:AMessage

1415     constructor Create(const AMessage: String); overload;
1417 constructor Create(const AMessage: String; const AInput: IIntStream); overload;
2831 constructor ERecognitionException.Create(const AMessage: String);
2833 Create(AMessage, nil);
2841 constructor ERecognitionException.Create(const AMessage: String;
2847 inherited Create(AMessage);