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

Lines Matching full:astate

2293     constructor Create(const AState: IRecognizerSharedState); overload;
2479 const AState: IRecognizerSharedState); overload;
2506 const AState: IRecognizerSharedState); overload;
4270 constructor TBaseRecognizer.Create(const AState: IRecognizerSharedState);
4272 if (AState = nil) then
4277 FState := AState;
5337 const AState: IRecognizerSharedState);
5339 inherited Create(AState);
5632 const AState: IRecognizerSharedState);
5634 inherited Create(AState); // share the state object with another parser