Searched defs:CONSTANT_Methodref_info (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Methodref_info.java7 * $Id: CONSTANT_Methodref_info.java,v 1.1.1.1 2004/05/09 16:57:49 vlad_r Exp $
19 * a CONSTANT_Methodref_info structure must be a class type, not an interface type.
28 final class CONSTANT_Methodref_info extends CONSTANT_ref_info class in inherits:CONSTANT_ref_info
35 public CONSTANT_Methodref_info (final int class_index, final int name_and_type_index) method in class:CONSTANT_Methodref_info
55 return "CONSTANT_Methodref_info: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
63 protected CONSTANT_Methodref_info (final UDataInputStream bytes) throws IOException method in class:CONSTANT_Methodref_info
/external/objenesis/main/src/test/java/org/objenesis/
H A DClassReader.java60 static class CONSTANT_Methodref_info { class in class:ClassReader
64 CONSTANT_Methodref_info(DataInputStream in) throws IOException { method in class:ClassReader.CONSTANT_Methodref_info
71 return "CONSTANT_Methodref_info{" +
278 constant_pool[i] = new CONSTANT_Methodref_info(in);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 142 milliseconds