Class VisitLocalVariableInstruction

java.lang.Object
org.jobrunr.jobs.details.instructions.AbstractJVMInstruction
org.jobrunr.jobs.details.instructions.VisitLocalVariableInstruction
Direct Known Subclasses:
ALoadOperandInstruction, DLoadOperandInstruction, FLoadOperandInstruction, ILoadOperandInstruction, LLoadOperandInstruction, StoreVariableInstruction

public abstract class VisitLocalVariableInstruction extends AbstractJVMInstruction
  • Field Details

    • variable

      protected int variable
  • Constructor Details

    • VisitLocalVariableInstruction

      protected VisitLocalVariableInstruction(JobDetailsBuilder jobDetailsBuilder)
  • Method Details