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