Extracted from Pike v7.6 release 61 at 2005-12-30.
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 line

Description

The line where the token was found.


Variable text

string text

Description

The actual token.


Variable file

string file

Description

The file in which the token was found.


Variable trailing_whitespaces

string trailing_whitespaces

Description

Trailing whitespaces.