Token Class
Definition
Line
13
of
System.Lex/Token.cm
Constructors & Destructor
public
Token
()
public
Token
(
int
id_)
public
Token
(
int
id_,
const
Lexeme
& match_,
int
line_)
Member Variables
public
int
id
public
int
line
public
Lexeme
match
Constructor& Destructor Details
Token Constructor
public
Token()
Definition
Line
15
of
System.Lex/Token.cm
Token Constructor
public
Token(
int
id_)
Definition
Line
19
of
System.Lex/Token.cm
Token Constructor
public
Token(
int
id_,
const
Lexeme
& match_,
int
line_)
Definition
Line
23
of
System.Lex/Token.cm