Class PUTSTATIC

java.lang.Object
janala.logger.inst.Instruction
janala.logger.inst.PUTSTATIC
All Implemented Interfaces:
Serializable

public class PUTSTATIC extends Instruction
See Also:
  • Field Details

    • cIdx

      public int cIdx
    • fIdx

      public int fIdx
    • desc

      public String desc
  • Constructor Details

    • PUTSTATIC

      public PUTSTATIC(int iid, int mid, int cIdx, int fIdx, String desc)
  • Method Details