Class StackMap.InsertLocal

Enclosing class:
StackMap

static class StackMap.InsertLocal extends StackMap.SimpleCopy
  • Field Details

    • varIndex

      private int varIndex
    • varTag

      private int varTag
    • varData

      private int varData
  • Constructor Details

    • InsertLocal

      InsertLocal(StackMap map, int varIndex, int varTag, int varData)
  • Method Details

    • typeInfoArray

      public int typeInfoArray(int pos, int offset, int num, boolean isLocals)
      Description copied from class: StackMap.Walker
      Invoked when an array of verification_type_info is visited.
      Overrides:
      typeInfoArray in class StackMap.SimpleCopy
      Parameters:
      num - the number of elements.
      isLocals - true if this array is for locals. false if it is for stack.
    • writeVarTypeInfo

      private void writeVarTypeInfo()