#include <Number.h>


Public Member Functions | |
| virtual | ~Number () |
| virtual jbyte | byteValue () const =0 throw () |
| virtual jint | intValue () const =0 throw () |
| virtual jlong | longValue () const =0 throw () |
| virtual jshort | shortValue () const =0 throw () |
| virtual beecrypt::lang::Number::~Number | ( | ) | [inline, virtual] |
| virtual jbyte beecrypt::lang::Number::byteValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
| virtual jint beecrypt::lang::Number::intValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
| virtual jlong beecrypt::lang::Number::longValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
| virtual jshort beecrypt::lang::Number::shortValue | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::lang::Integer, and beecrypt::lang::Long.
1.5.8