Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Parser
Parser.C
Parser.C.Token

Class Parser.C.Token

Description

Represents a C token, along with a selection of associated data and operations.


Variable line

int Parser.C.Token.line

Description

The line where the token was found.


Variable text

string Parser.C.Token.text

Description

The actual token.


Variable file

string Parser.C.Token.file

Description

The file in which the token was found.


Variable trailing_whitespaces

string Parser.C.Token.trailing_whitespaces

Description

Trailing whitespaces.