Interface StoreDef

All Known Subinterfaces:
Variable
All Known Implementing Classes:
VarLocal

public interface StoreDef
These are basic methods that allow to write the state and to process data
  • Method Summary

    Modifier and Type Method Description
    Object beginStore​(Context ctx)
    Returns type of the owner's load
    void store​(Context ctx, Object storeContext, org.objectweb.asm.Type type)  
  • Method Details

    • beginStore

      Object beginStore​(Context ctx)
      Returns type of the owner's load
      Parameters:
      ctx - information about a dynamic class
      Returns:
      type of the owner's load
    • store

      void store​(Context ctx, Object storeContext, org.objectweb.asm.Type type)
      Parameters:
      ctx - information about a dynamic class
      storeContext - type of owner
      type - type of value