Class representing a token within an expression. More...
Public Types | |
| enum | Type { Unknown, Operator, Number, Identifier, Literal } |
Public Member Functions | |
| ExprToken () | |
Public Attributes | |
| Type | type |
| int | num |
| QCString | id |
| Operator::Type | op |
Class representing a token within an expression.
Definition at line 1702 of file template.cpp.
|
inline |
Definition at line 1705 of file template.cpp.
| QCString ExpressionParser::ExprToken::id |
Definition at line 1715 of file template.cpp.
| int ExpressionParser::ExprToken::num |
Definition at line 1714 of file template.cpp.
| Operator::Type ExpressionParser::ExprToken::op |
Definition at line 1716 of file template.cpp.
| Type ExpressionParser::ExprToken::type |
Definition at line 1713 of file template.cpp.
1.8.11