Package serp.bytecode

Class Annotation.Property.Value

  • Enclosing class:
    Annotation.Property

    private static class Annotation.Property.Value
    extends java.lang.Object
    Property value struct.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      int index2  
      java.lang.Class type  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Value()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public int index
      • index2

        public int index2
      • type

        public java.lang.Class type
      • value

        public java.lang.Object value
    • Constructor Detail

      • Value

        private Value()