#include <symmath.h>
Inheritance diagram for sym_int_symbol:
Public Member Functions | |
sym_int_symbol (char *name) | |
~sym_int_symbol () | |
virtual bool | compare_eq (sym_int_token *t) |
virtual Object * | duplicate () |
virtual bool | evaluate (UINT *i) |
virtual int | nstrfy (char *buf, int n) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
char * | name |
|
Definition at line 95 of file symmath.cc. References name. Referenced by duplicate(). |
|
Definition at line 100 of file symmath.cc. References name. |
|
Implements sym_int_token. Definition at line 105 of file symmath.cc. References name. |
|
Standard Object duplicator.
Reimplemented from Object. Definition at line 111 of file symmath.cc. References name, and sym_int_symbol(). |
|
Reimplemented from sym_int_token. Definition at line 117 of file symmath.cc. References UINT. |
|
Implements sym_int_token. Definition at line 122 of file symmath.cc. |
|
Reimplemented from Object. Definition at line 130 of file symmath.cc. References ATOM_SYM_INT_SYMBOL. |
|
Definition at line 129 of file symmath.h. Referenced by compare_eq(), duplicate(), nstrfy(), sym_int_symbol(), and ~sym_int_symbol(). |