Class DexAnnotationNode.Item

  • Enclosing class:
    DexAnnotationNode

    public static class DexAnnotationNode.Item
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Item​(java.lang.String name, java.lang.Object value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • value

        public java.lang.Object value
    • Constructor Detail

      • Item

        public Item​(java.lang.String name,
                    java.lang.Object value)