Source position: pparser.pp line 279
type TRecoveryContext = record |
public |
Element: TPasElement; |
Error: Exception; |
RestartTokens: TTokens; |
UngetRestartToken: Boolean; |
HaveScope: Boolean; |
Scope: TPasScopeType; |
class function Create(); |
|
end; |