#include <rpp.h>
Inheritance diagram for Rpp::IntLiteral:


Definition at line 599 of file rpp.h.
Public Member Functions | |
| IntLiteral (int value, Item *parent=0) | |
| int | value () const |
| virtual IntLiteral * | toIntLiteral () const |
Private Attributes | |
| int | m_value |
| Rpp::IntLiteral::IntLiteral | ( | int | value, | |
| Item * | parent = 0 | |||
| ) | [inline] |
| int Rpp::IntLiteral::value | ( | ) | const [inline] |
| virtual IntLiteral* Rpp::IntLiteral::toIntLiteral | ( | ) | const [inline, virtual] |
int Rpp::IntLiteral::m_value [private] |
1.5.1