mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 22:04:54 +00:00
Remove unused(?) xml descendants branch
This commit is contained in:
@@ -2185,13 +2185,7 @@ public class ActionScript3Parser {
|
||||
((NameAVM2Item) lhs).setDefinition(false);
|
||||
}
|
||||
lhs = as;
|
||||
break;
|
||||
case DESCENDANTS:
|
||||
expected(lookahead, lexer.yyline(), SymbolGroup.IDENTIFIER, SymbolType.MULTIPLY);
|
||||
lookahead = lex();
|
||||
lhs = new GetDescendantsAVM2Item(lhs, lookahead.type == SymbolType.MULTIPLY ? null : lookahead.value.toString(), openedNamespaces);
|
||||
allowRemainder = true;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (lhs instanceof ParenthesisItem) {
|
||||
|
||||
Reference in New Issue
Block a user