mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 06:31:53 +00:00
Fixed AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT
Changed AS3 p-code - EXPLICIT method flag renamed to NATIVE
This commit is contained in:
@@ -182,8 +182,11 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
|
||||
":" { return token(TokenType.OPERATOR); }
|
||||
|
||||
|
||||
/* Flag - old alias for "NATIVE" */
|
||||
"EXPLICIT" { return token(TokenType.KEYWORD2);}
|
||||
|
||||
/*Flags*/
|
||||
"EXPLICIT" |
|
||||
"NATIVE" |
|
||||
"HAS_OPTIONAL" |
|
||||
"HAS_PARAM_NAMES" |
|
||||
"IGNORE_REST" |
|
||||
|
||||
Reference in New Issue
Block a user