Class StackMap.InsertLocal

    • Field Detail

      • varIndex

        private int varIndex
      • varTag

        private int varTag
      • varData

        private int varData
    • Constructor Detail

      • InsertLocal

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

      • 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
        num - the number of elements.
        isLocals - true if this array is for locals. false if it is for stack.
      • writeVarTypeInfo

        private void writeVarTypeInfo()