()
| 13 | .option(rule().sep("extends").identifier(reserved)) |
| 14 | .ast(class_body); |
| 15 | public ClassParser() { |
| 16 | postfix.insertChoice(rule(Dot.class).sep(".").identifier(reserved)); |
| 17 | program.insertChoice(defclass); |
| 18 | } |
| 19 | } |
nothing calls this directly
no test coverage detected