Class AbstractInvoke

java.lang.Object
net.covers1624.coffeegrinder.bytecode.Instruction
net.covers1624.coffeegrinder.bytecode.insns.AbstractInvoke
All Implemented Interfaces:
net.covers1624.quack.util.Copyable<Instruction>
Direct Known Subclasses:
Invoke, New

public abstract class AbstractInvoke extends Instruction
Created by covers1624 on 4/12/21.
  • Field Details

    • explicitTypeArgs

      public boolean explicitTypeArgs
  • Constructor Details

    • AbstractInvoke

      public AbstractInvoke()
  • Method Details