コード例 #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);
 }