[Prev][Next][Index]
Re: CLASSINIT_OP
- From: "Bernd W. Mohr" <mohr@cs.uoregon.edu>
- Subject: Re: CLASSINIT_OP
- To: mei@compbio.caltech.edu (Mei-Hui Su)
- Date: Fri, 1 Sep 1995 12:59:56 -0700 (PDT)
- Cc: sage-users@rainier.extreme.indiana.edu
- In-Reply-To: <9509011948.AA09911@metis.compbio.edu> from "Mei-Hui Su" at Sep 1, 95 12:48:17 pm
- Sender: owner-sage-users@extreme.indiana.edu
> 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 ??
You have 2 options:
1) use the "dumpdep" tool which gives you an ASCII listing of all nodes
in an depfile
2) if you have the TCl/TK tau tools installed, you can use "dumpy"
which is a graphical depfile browser.
Bernd
--
Bernd Mohr -- mohr@cs.uoregon.edu -- http://www.cs.uoregon.edu/~mohr
Sometimes I think the surest sign that intelligent life exists elsewhere in
the universe is that none of it has tried to contact us. -- Calvin
Reference(s):