[Prev][Next][Index]
CLASSINIT_OP
- Date: Fri, 1 Sep 1995 12:48:17 +0800
- From: mei@compbio.caltech.edu (Mei-Hui Su)
- To: sage-users@extreme.indiana.edu
- Subject: CLASSINIT_OP
- Sender: owner-sage-users@extreme.indiana.edu
Hi,
I am trying to visualize what this would look like,
class P {
public:
int data;
P(int a) { data=a;}
};
void foo()
{
int b;
P doo(b); <--- tree ??
}
While outputing various expression levels at that '<-' point, I see
a variant of CLASSINIT_OP, which class type does this belong to ??
Anyone has any visualization tool that will display the sage tree ??
mei
Follow-Up(s):