Getter and setter methods not generated for Optional NTAs in asbstract AST classes

Issue #132 resolved
Jesper Öqvist created an issue

Example AST specification:

abstract A ::= /[B]/;

If A were not abstract then JastAdd would generate the methods getA and setA. The getter and setter methods should be generated for the class even if it is declared abstract.

Comments (2)

  1. Log in to comment