Ejemplo n.º 1
0
 /** Writes the value. */
 public void write(AnnotationsWriter writer) throws IOException {
   writer.constValueIndex(getValue());
 }
Ejemplo n.º 2
0
 /* 108:    */
 /* 109:    */ public void constValueIndex(double value) /* 110:    */ throws IOException
       /* 111:    */ {
   /* 112:244 */ constValueIndex(68, this.pool.addDoubleInfo(value));
   /* 113:    */ }
Ejemplo n.º 3
0
 /* 114:    */
 /* 115:    */ public void constValueIndex(String value) /* 116:    */ throws IOException
       /* 117:    */ {
   /* 118:254 */ constValueIndex(115, this.pool.addUtf8Info(value));
   /* 119:    */ }
Ejemplo n.º 4
0
 /*  96:    */
 /*  97:    */ public void constValueIndex(long value) /*  98:    */ throws IOException
       /*  99:    */ {
   /* 100:224 */ constValueIndex(74, this.pool.addLongInfo(value));
   /* 101:    */ }
Ejemplo n.º 5
0
 /* 102:    */
 /* 103:    */ public void constValueIndex(float value) /* 104:    */ throws IOException
       /* 105:    */ {
   /* 106:234 */ constValueIndex(70, this.pool.addFloatInfo(value));
   /* 107:    */ }
Ejemplo n.º 6
0
 /*  90:    */
 /*  91:    */ public void constValueIndex(int value) /*  92:    */ throws IOException
       /*  93:    */ {
   /*  94:214 */ constValueIndex(73, this.pool.addIntegerInfo(value));
   /*  95:    */ }
Ejemplo n.º 7
0
 /*  84:    */
 /*  85:    */ public void constValueIndex(short value) /*  86:    */ throws IOException
       /*  87:    */ {
   /*  88:204 */ constValueIndex(83, this.pool.addIntegerInfo(value));
   /*  89:    */ }
Ejemplo n.º 8
0
 /*  78:    */
 /*  79:    */ public void constValueIndex(char value) /*  80:    */ throws IOException
       /*  81:    */ {
   /*  82:194 */ constValueIndex(67, this.pool.addIntegerInfo(value));
   /*  83:    */ }
Ejemplo n.º 9
0
 /*  72:    */
 /*  73:    */ public void constValueIndex(byte value) /*  74:    */ throws IOException
       /*  75:    */ {
   /*  76:184 */ constValueIndex(66, this.pool.addIntegerInfo(value));
   /*  77:    */ }
Ejemplo n.º 10
0
 /*  66:    */
 /*  67:    */ public void constValueIndex(boolean value) /*  68:    */ throws IOException
       /*  69:    */ {
   /*  70:174 */ constValueIndex(90, this.pool.addIntegerInfo(value ? 1 : 0));
   /*  71:    */ }