HomeSort by relevance Sort by last modified time
    Searched defs:m_this_class_index (Results 1 - 2 of 2) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 99 return m_this_class_index;
104 m_this_class_index = this_class_index;
109 return (CONSTANT_Class_info) m_constants.get (m_this_class_index);
162 return innerClassesAttribute.makesClassNested (m_this_class_index, nestedAccessFlags);
245 out.writeU2 (m_this_class_index);
610 return m_constants.add (new CONSTANT_Fieldref_info (m_this_class_index, nametype_index));
627 return m_constants.add (new CONSTANT_Fieldref_info (m_this_class_index, nametype_index));
719 private int m_this_class_index, m_super_class_index; field in class:ClassDef
  /external/emma/lib/
emma.jar 

Completed in 20 milliseconds