Пример #1
0
 String getSourceID(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(sourceID_index);
 }
Пример #2
0
 public String getName(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(name_index);
 }
Пример #3
0
 public String getRequires(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(requires_index);
 }
Пример #4
0
 public String getSignature(ConstantPool constant_pool) throws ConstantPoolException {
   return constant_pool.getUTF8Value(signature_index);
 }