upstream drawAfterWidgets
This commit is contained in:
@@ -57,6 +57,11 @@ public class InvokeInterface extends Instruction implements InvokeInstruction
|
||||
super(instructions, type);
|
||||
}
|
||||
|
||||
public InvokeInterface(Instructions instructions, Method method) {
|
||||
super(instructions, InstructionType.INVOKEINTERFACE);
|
||||
this.method = method;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user