Class LocalVariableTag

    • Constructor Detail

      • LocalVariableTag

        public LocalVariableTag​(String signature,
                                String name,
                                int slot,
                                int startPosition)
      • LocalVariableTag

        public LocalVariableTag​(Type type,
                                String signature,
                                String name,
                                int slot,
                                int startPosition)
    • Method Detail

      • getName

        public String getName()
      • getSlot

        public int getSlot()
      • getType

        public String getType()
      • getRealType

        public Type getRealType()
      • updateSlot

        public void updateSlot​(int newSlot)
      • setName

        public void setName​(String name)
      • isRemapped

        public boolean isRemapped()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object