Indentation-aware token scanning mode 더 자세히 ...
#include <stelaTokenScan.hpp>
Public 멤버 함수 | |
| nint | onScan (stelaParser &ps, ZZSTYPE *yylval, ZZLTYPE *loc, zzscan_t yyscanner, nbool &isBypass) override |
| Pure virtual method for concrete token scanning implementations. | |
by::stelaTokenScan(으)로부터 상속된 Public 멤버 함수 | |
| nint | onScan (stelaParser &ps, ZZSTYPE *val, ZZLTYPE *loc, zzscan_t scanner) |
| Default entry point for token scanning. | |
| virtual nint | onScan (stelaParser &ps, ZZSTYPE *yylval, ZZLTYPE *loc, zzscan_t yyscanner, nbool &isBypass)=0 |
| Pure virtual method for concrete token scanning implementations. | |
by::stelaTokenScanable(으)로부터 상속된 Public 멤버 함수 | |
| nint | onScan (stelaParser &ps, ZZSTYPE *val, ZZLTYPE *loc, zzscan_t scanner) |
| Default entry point for token scanning. | |
정적 Public 속성 | |
| static stelaIndentScan | instance |
Indentation-aware token scanning mode
Specialized token scanning that handles Python-like indentation. Generates indent and dedent tokens based on whitespace changes.
|
overridevirtual |
Pure virtual method for concrete token scanning implementations.
| ps | The stelaParser instance. |
| yylval | The YYSTYPE value pointer for the token. |
| loc | The YYLTYPE location pointer for the token. |
| yyscanner | The Flex scanner instance. |
| isBypass | Flag indicating if indentation bypass is active. |
by::stelaTokenScan(으)로부터 재구현되었습니다.