Esempio n. 1
0
 String getSourceID(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(sourceID_index);
 }
Esempio n. 2
0
 public String getName(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(name_index);
 }
 public String getRequires(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(requires_index);
 }
Esempio n. 4
0
 public String getSignature(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(signature_index);
 }