Skip to content

Commit

Permalink
Added interface and annotation-interface access mods
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanji144 committed Nov 17, 2022
1 parent 71f5fd4 commit 1cece99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/me/darknet/assembler/parser/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ public Group group(ParserContext ctx) throws AssemblerException {
case KEYWORD_SYNTHETIC:
case KEYWORD_VARARGS:
case KEYWORD_SUPER:
case KEYWORD_INTERFACE:
case KEYWORD_ANNOTATION_ACCESS:
case KEYWORD_ENUM_ACCESS:
return new AccessModGroup(token);

Expand Down

0 comments on commit 1cece99

Please sign in to comment.