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

Add support for PUBLIC FINAL/ABSTRACT #36

Closed
Roald87 opened this issue Jun 30, 2020 · 1 comment
Closed

Add support for PUBLIC FINAL/ABSTRACT #36

Roald87 opened this issue Jun 30, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Roald87
Copy link
Owner

Roald87 commented Jun 30, 2020

The following combinations are possible:

FUNCTION_BLOCK PUBLIC FINAL SomeFB
FUNCTION_BLOCK INTERNAL FINAL SomeFB

FUNCTION_BLOCK PUBLIC ABSTRACT SomeFB
FUNCTION_BLOCK INTERNAL ABSTRACT SomeFB

METHOD PUBLIC ABSTRACT METH : BOOL
METHOD PRIVATE ABSTRACT METH : BOOL
METHOD PROTECTED ABSTRACT METH : BOOL
METHOD INTERNAL ABSTRACT METH : BOOL
@Roald87 Roald87 added this to the Version 0.2 milestone Jun 30, 2020
@Roald87 Roald87 added the enhancement New feature or request label Jun 30, 2020
@Roald87
Copy link
Owner Author

Roald87 commented Jul 7, 2020

Closed with #34.

@Roald87 Roald87 closed this as completed Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant