OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSTANT_Methodref_info
(Results
1 - 5
of
5
) sorted by null
/external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Methodref_info.java
7
* $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
35
public
CONSTANT_Methodref_info
(final int class_index, final int name_and_type_index)
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
CONSTANT_info.java
93
case
CONSTANT_Methodref_info
.TAG:
94
return new
CONSTANT_Methodref_info
(bytes);
163
case
CONSTANT_Methodref_info
.TAG:
ICONSTANTVisitor.java
25
Object visit (
CONSTANT_Methodref_info
constant, Object ctx);
/external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java
22
import com.vladium.jcd.cls.constant.
CONSTANT_Methodref_info
;
234
m_registerMethodrefIndex = constants.add (new
CONSTANT_Methodref_info
(class_index, nametype_index));
246
m_preclinitMethodrefIndex = constants.add (new
CONSTANT_Methodref_info
(cls.getThisClassIndex (), nametype_index));
[
all
...]
/external/emma/lib/
emma.jar
Completed in 178 milliseconds