I’m trying to use Moose to analyze some C++ and Java code and will need some advice. After some effort I’ve been able to parse a directory containing *.cp files and open it in Moose. When I click on the ‘All classes’ it claims that there are 309 but as far as I can tell none have any superclass or subclasses. Is that to be expected?
James
In the MooseModel, do you get an entry for "all inheritance definitions"? (or just execute "model allInheritanceDefinitions")
Could it be that the C++ classes do not have superclasses?
Doru
On Tue, Apr 22, 2014 at 1:20 AM, James Foster Smalltalk@jgfoster.netwrote:
I’m trying to use Moose to analyze some C++ and Java code and will need some advice. After some effort I’ve been able to parse a directory containing *.cp files and open it in Moose. When I click on the ‘All classes’ it claims that there are 309 but as far as I can tell none have any superclass or subclasses. Is that to be expected?
James _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
There is no entry for “all inheritance definitions” in the MooseModel but the source code has a file with the the following:
class AATwoPup : public AAModel { … }
James
On Apr 21, 2014, at 9:18 PM, Tudor Girba tudor@tudorgirba.com wrote:
In the MooseModel, do you get an entry for "all inheritance definitions"? (or just execute "model allInheritanceDefinitions")
Could it be that the C++ classes do not have superclasses?
Doru
On Tue, Apr 22, 2014 at 1:20 AM, James Foster Smalltalk@jgfoster.net wrote: I’m trying to use Moose to analyze some C++ and Java code and will need some advice. After some effort I’ve been able to parse a directory containing *.cp files and open it in Moose. When I click on the ‘All classes’ it claims that there are 309 but as far as I can tell none have any superclass or subclasses. Is that to be expected?
James _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hmm. It seems that the importer did not work correctly then :(
Doru
On Tue, Apr 22, 2014 at 5:19 PM, James Foster Smalltalk@jgfoster.netwrote:
There is no entry for “all inheritance definitions” in the MooseModel but the source code has a file with the the following:
class AATwoPup : public AAModel { … }
James
On Apr 21, 2014, at 9:18 PM, Tudor Girba tudor@tudorgirba.com wrote:
In the MooseModel, do you get an entry for "all inheritance definitions"? (or just execute "model allInheritanceDefinitions")
Could it be that the C++ classes do not have superclasses?
Doru
On Tue, Apr 22, 2014 at 1:20 AM, James Foster Smalltalk@jgfoster.netwrote:
I’m trying to use Moose to analyze some C++ and Java code and will need some advice. After some effort I’ve been able to parse a directory containing *.cp files and open it in Moose. When I click on the ‘All classes’ it claims that there are 309 but as far as I can tell none have any superclass or subclasses. Is that to be expected?
James _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev