#include <send.h>
Class diagram for Send:
Public Members | |||
![]() | ![]() | Send (Expr* r, String* m, String* d, char* start, char* end, char* file, fint line, fint col, Parser* p) | |
![]() | ![]() | bool | IsSend () |
![]() | ![]() | bool | GenByteCodes (AbstractByteCode* b, Object* parent, bool isExpr = true) |
![]() | ![]() | void | oops_do (oopsDoFn f) |
![]() | ![]() | void | addCommentAnnotations (Scanner* scanner) |
![]() | ![]() | bool | GenReceiverForPseudoPrim (AbstractByteCode* b, Object* parent) |
![]() | ![]() | void | PrintDelegatee () |
![]() | ![]() | Expr* | receiver |
![]() | ![]() | String* | message |
![]() | ![]() | String* | del |
Send::Send (Expr * r, String * m, String * d, char * start, char * end, char * file, fint line, fint col, Parser * p) |
bool Send::IsSend () [inline, virtual]
|
Reimplemented from Expr.
bool Send::GenByteCodes (AbstractByteCode * b, Object * parent, bool isExpr = true) [virtual]
|
void Send::oops_do (oopsDoFn f) [inline, virtual]
|
void Send::addCommentAnnotations (Scanner * scanner) [virtual]
|
bool Send::GenReceiverForPseudoPrim (AbstractByteCode * b, Object * parent) |
void Send::PrintDelegatee () |
Expr* Send::receiver |
String* Send::message |
String* Send::del |