Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load subclasses from global classes #18

Open
fabiopagoti opened this issue Dec 27, 2013 · 0 comments
Open

Load subclasses from global classes #18

fabiopagoti opened this issue Dec 27, 2013 · 0 comments
Assignees

Comments

@fabiopagoti
Copy link
Owner

Simple inheritance

Given
Class CL_SUB is a subclass of CL_SUPER

When
CL_SUPER is loaded

Then
New attribute 'subclasses' should be loaded with this information

Multiple inheritance

Given
Class CL_SUB is a subclass of CL_SUPER AND
Class CL_SUB_SUB is a subclass of CL_SUB.

When
CL_SUPER is loaded

Then
New attribute 'subclasses' should be loaded with this information.
There should be an indirect link between CL_SUPER and CL_SUB_SUB (via CL_SUB)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant