intValue = i;
Return the descriptor string for the constant type. return "I";//NOI18N
return "I";//NOI18N
b.writeInt(intValue);
return new ConstInteger (input.readInt());
The tag of this constant entry /* public accessors */ return MyTag;
/* public accessors */ return MyTag;
A printable representation return "CONSTANTInteger(" + indexAsString() + "): " + //NOI18N "intValue(" + Integer.toString(intValue) + ")";//NOI18N
return "CONSTANTInteger(" + indexAsString() + "): " + //NOI18N "intValue(" + Integer.toString(intValue) + ")";//NOI18N
return the value associated with the entry return intValue;
return intValue;