Class AnnoInfo


  • public class AnnoInfo
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AnnoInfo.Maker  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getParam()  
      org.objectweb.asm.Type getType()  
      java.lang.Object getValue​(java.lang.String name)
      This is meant to be an immutable access, but it is not, since the value object itself may not be immutable.
      java.util.List<java.lang.String> getValueNames()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getParam

        public java.lang.Integer getParam()
      • getType

        public org.objectweb.asm.Type getType()
      • getValueNames

        public java.util.List<java.lang.String> getValueNames()
      • getValue

        public java.lang.Object getValue​(java.lang.String name)
        This is meant to be an immutable access, but it is not, since the value object itself may not be immutable.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object