Parser now handles untyped method declarations but this needs further

inspection as constructors are not handled properly.
This commit is contained in:
Jakob Herrmann 2016-11-29 21:08:53 +01:00
parent b2e5555da5
commit d9e6ef6e47
2 changed files with 2509 additions and 2500 deletions

View File

@ -442,7 +442,7 @@ methodModifier
;
methodHeader
: result methodDeclarator throws_?
: result? methodDeclarator throws_?
| typeParameters annotation* result methodDeclarator throws_?
;

File diff suppressed because it is too large Load Diff