Class SimpleInstruction

java.lang.Object
net.covers1624.coffeegrinder.bytecode.Instruction
net.covers1624.coffeegrinder.bytecode.insns.SimpleInstruction
All Implemented Interfaces:
net.covers1624.quack.util.Copyable<Instruction>
Direct Known Subclasses:
Branch, Continue, LdcInsn, Load, LoadThis, NewObject, Nop, PostIncrement

public abstract class SimpleInstruction extends Instruction
Abstract class for Expressions without any arguments.

Created by covers1624 on 25/2/21.