#include <test-scanner.h>
Inheritance diagram for TestScanner:
Public Member Functions | |
TestScanner () | |
~TestScanner () | |
Private Member Functions | |
void | reset () |
Scanner reset [overriding virtual]. | |
TokenEntry * | AllocTokenEntry () |
Important: Override token entry allocation routine. | |
TestScanner (const TestScanner &) | |
Do not use. | |
void | operator= (const TestScanner &) |
Do not use. | |
Private Attributes | |
int | nested_comment_warned |
Warned that this comment is nested? | |
int | newlines_in_ccomment |
Number of newlines in the C-style comment:. | |
int | allow_nested_comments |
(Config:) 0 -> no; 1 -> yes; 2 -> yes and warn | |
Friends | |
int | TEST_lex (void *) |
Definition at line 47 of file test-scanner.h.
|
Do not use.
|
|
|
|
|
|
Important: Override token entry allocation routine.
Definition at line 78 of file test-scanner.h. |
|
Do not use.
|
|
Scanner reset [overriding virtual].
|
|
|
|
(Config:) 0 -> no; 1 -> yes; 2 -> yes and warn
Definition at line 73 of file test-scanner.h. |
|
Warned that this comment is nested?
Definition at line 68 of file test-scanner.h. |
|
Number of newlines in the C-style comment:.
Definition at line 70 of file test-scanner.h. |