Skip to content

Complete generation of abstract in php #26

Closed
@Nava2

Description

@Nava2

Originally reported on Google Code with ID 76


class X
{
abstract;
}

Or,

abstract class X
{

}

The first syntax is suggested even though it is against the convention in other languages.
We already can declare a class as 'singleton'.

Doing this would require also changing UmpleOnline to allow marking a class as abstract.
There are metamodel and code generation implications.


Reported by @umple on 2011-06-24 13:41:07

Metadata

Metadata

Assignees

Labels

Component-SyntaxAndParsingRelated to the Umple grammar and the parser that builds the abstract syntax tree and analyses modelsDiffic-EasyShould be obvious how to fix it and doable in less than a week by an experienced Umple developerPriority-VHighThis is a critical problem that needs immedate solution as it is blocking usersStatus-MostlyDoneType-EnhancementcontribSoughtucospSuitable for 4th year capstone projects

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions