#include <symmath.h>
Inheritance diagram for sym_bool_intcmp:
Public Member Functions | |
sym_bool_intcmp (sym_int_token *int1, c_op cop, sym_int_token *int2) | |
virtual bool | compare_eq (sym_bool_token *t) |
virtual Object * | duplicate () |
virtual bool | evaluate (bool *i) |
virtual int | nstrfy (char *buf, int n) |
virtual OBJECT_ID | object_id () const |
virtual void | simplify () |
Public Attributes | |
sym_int_token * | int1 |
c_op | cop |
sym_int_token * | int2 |
|
Definition at line 773 of file symmath.cc. References cop, int1, and int2. Referenced by duplicate(). |
|
Implements sym_bool_token. Definition at line 780 of file symmath.cc. References sym_int_token::compare_eq(), cop, int1, and int2. |
|
Standard Object duplicator.
Reimplemented from Object. Definition at line 787 of file symmath.cc. References cop, Object::duplicate(), int1, int2, and sym_bool_intcmp(). |
|
Reimplemented from sym_bool_token. Definition at line 792 of file symmath.cc. References c_eq, c_ge, c_gt, c_invalid, c_le, c_lt, c_ne, cop, sym_int_token::evaluate(), int1, int2, and UINT. |
|
Implements sym_bool_token. Definition at line 811 of file symmath.cc. References buf, c_eq, c_ge, c_gt, c_invalid, c_le, c_lt, c_ne, cop, dword, sym_int_token::evaluate(), int1, int2, and sym_int_token::nstrfy(). |
|
Reimplemented from Object. Definition at line 846 of file symmath.cc. References ATOM_SYM_BOOL_INTCMP. |
|
Reimplemented from sym_bool_token. Definition at line 851 of file symmath.cc. References int1, int2, and sym_int_token::simplify(). |
|
Definition at line 211 of file symmath.h. Referenced by compare_eq(), duplicate(), evaluate(), nstrfy(), and sym_bool_intcmp(). |
|
Definition at line 210 of file symmath.h. Referenced by compare_eq(), duplicate(), evaluate(), nstrfy(), simplify(), and sym_bool_intcmp(). |
|
Definition at line 212 of file symmath.h. Referenced by compare_eq(), duplicate(), evaluate(), nstrfy(), simplify(), and sym_bool_intcmp(). |