Home
last modified time | relevance | path

Searched refs:m_this_class_index (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java99 return m_this_class_index; in getThisClassIndex()
104 m_this_class_index = this_class_index; in setThisClassIndex()
109 return (CONSTANT_Class_info) m_constants.get (m_this_class_index); in getThisClass()
162 return innerClassesAttribute.makesClassNested (m_this_class_index, nestedAccessFlags); in isNested()
245 out.writeU2 (m_this_class_index); in writeInClassFormat()
610 return m_constants.add (new CONSTANT_Fieldref_info (m_this_class_index, nametype_index)); in addFieldref()
627 return m_constants.add (new CONSTANT_Fieldref_info (m_this_class_index, nametype_index)); in addFieldref()
719 private int m_this_class_index, m_super_class_index; field in ClassDef