Class BytecodeUtils.Variable

  • Enclosing class:
    BytecodeUtils

    @Accessors
    public static final class BytecodeUtils.Variable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Variable​(java.lang.Integer index, org.objectweb.asm.Type type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getIndex()  
      org.objectweb.asm.Type getType()  
      void setIndex​(java.lang.Integer index)  
      void setType​(org.objectweb.asm.Type type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Variable

        public Variable​(java.lang.Integer index,
                        org.objectweb.asm.Type type)
    • Method Detail

      • getIndex

        @Pure
        public java.lang.Integer getIndex()
      • setIndex

        public void setIndex​(java.lang.Integer index)
      • getType

        @Pure
        public org.objectweb.asm.Type getType()
      • setType

        public void setType​(org.objectweb.asm.Type type)