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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In the MooseModel, do you get an entry for "all inheritance definitions"? (or just execute "model allInheritanceDefinitions") Doru On Tue, Apr 22, 2014 at 1:20 AM, James Foster <[hidden email]> 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? "Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |