Class AnnotationArrayValue


  • public class AnnotationArrayValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private org.objectweb.asm.AnnotationVisitor node  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationArrayValue​(java.lang.String name, org.objectweb.asm.AnnotationVisitor node)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
      • node

        private final org.objectweb.asm.AnnotationVisitor node
    • Constructor Detail

      • AnnotationArrayValue

        public AnnotationArrayValue​(java.lang.String name,
                                    org.objectweb.asm.AnnotationVisitor node)
    • Method Detail

      • add

        public void add​(java.lang.Object value)