#include <expr.h>
Class diagram for Self:

Public Members | |||
![]() | ![]() | Self (char* start, char* end, char* file, fint line, fint col, Parser* p) | |
![]() | ![]() | bool | IsSelf () |
![]() | ![]() | bool | GenByteCodes (AbstractByteCode* b, Object* parent, bool isExpr = true) |
![]() | ![]() | void | Print () |
| Self::Self (char * start, char * end, char * file, fint line, fint col, Parser * p) |
bool Self::IsSelf () [inline, virtual]
|
Reimplemented from Expr.
bool Self::GenByteCodes (AbstractByteCode * b, Object * parent, bool isExpr = true) [virtual]
|
Reimplemented from ParseNode.
void Self::Print () [virtual]
|
Reimplemented from ParseNode.
1.0.0 written by Dimitri van Heesch,
© 1997-1999