mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:50:55 +00:00
highlight parameter added
This commit is contained in:
@@ -30,8 +30,8 @@ public class CallActionItem extends ActionItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(ConstantPool constants) {
|
||||
return hilight("call(") + stripQuotes(value, constants) + hilight(")");
|
||||
public String toString(boolean highlight, ConstantPool constants) {
|
||||
return hilight("call(", highlight) + stripQuotes(value, constants, highlight) + hilight(")", highlight);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user