Class Parser.C.Token
- Description
Represents a C token, along with a selection of associated data and operations.
- Variable file
stringParser.C.Token.file- Description
The file in which the token was found.
- Variable line
intParser.C.Token.line- Description
The line where the token was found.
- Variable text
stringParser.C.Token.text- Description
The actual token.
- Variable trailing_whitespaces
stringParser.C.Token.trailing_whitespaces- Description
Trailing whitespaces.
- Method create
Parser.C.Token Parser.C.Token(stringtext,void|intline,void|stringfile,void|stringtrailing_whitespace)