Exemple #1
0
 void visit(ArrayLiteralExp *e)
 {
     buf->writestring("Slice");
     arguments->shift(e);
 }
Exemple #2
0
 void visit(SliceExp *e)
 {
     buf->writestring("Slice");
     arguments->shift(e);
 }
Exemple #3
0
 void visit(Expression *e)
 {
     buf->writestring("Exp");
     arguments->shift(e);
 }