Normal token scanning mode 더 자세히 ...
#include <tokenScan.hpp>
Public 멤버 함수 | |
| nint | onScan (parser &ps, YYSTYPE *yylval, YYLTYPE *loc, yyscan_t yyscanner, nbool &isBypass) override |
| Pure virtual method for concrete token scanning implementations. | |
by::tokenScan(으)로부터 상속된 Public 멤버 함수 | |
| nint | onScan (parser &ps, YYSTYPE *val, YYLTYPE *loc, yyscan_t scanner) |
| Default entry point for token scanning. | |
| virtual nint | onScan (parser &ps, YYSTYPE *yylval, YYLTYPE *loc, yyscan_t yyscanner, nbool &isBypass)=0 |
| Pure virtual method for concrete token scanning implementations. | |
by::tokenScanable(으)로부터 상속된 Public 멤버 함수 | |
| nint | onScan (parser &ps, YYSTYPE *val, YYLTYPE *loc, yyscan_t scanner) |
| Default entry point for token scanning. | |
정적 Public 속성 | |
| static normalScan | instance |
Normal token scanning mode
Standard token scanning without special indentation handling. Used for regular parsing contexts.
|
overridevirtual |
Pure virtual method for concrete token scanning implementations.
| ps | The parser 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::tokenScan(으)로부터 재구현되었습니다.