File scanner.h
FileList > src > scanner.h
Go to the source code of this file
#include <string>
#include <map>
#include <functional>
#include <iostream>
#include <fstream>
#include <regex>
#include <vector>
Classes
Public Types
Public Attributes
Public Types Documentation
enum Tokens
enum Tokens {
TEST_NAME = 257,
CLICK,
VISIT,
BUTTON,
LINK,
TEXT,
IMAGE,
DISPLAYED,
HIDDEN,
CHECK_IF,
WITH_DESC,
HOVER_OVER,
NLD,
URL,
ON,
TYPE,
CONTENT,
LEFT_BRACE,
RIGHT_BRACE,
INPUT
};
Public Attributes Documentation
variable yysval
string yysval;
The documentation for this class was generated from the following file src/scanner.h