Home | History | Annotate | Download | only in parser

Lines Matching refs:m_table

101             m_table = new ClassDef ();
131 return m_table;
140 m_table.setMagic (magic);
155 m_table.setVersion (new int [] {major_version, minor_version});
164 final IConstantCollection constants = m_table.getConstants();
183 m_table.setAccessFlags (_access_flags);
192 m_table.setThisClassIndex (_class_index);
201 m_table.setSuperClassIndex (_class_index);
215 m_table.getInterfaces().add (_interface_index);
225 final IConstantCollection constantPool = m_table.getConstants ();
236 m_table.getFields().add (field_info);
241 && SERIAL_VERSION_UID_FIELD_NAME.equals (field_info.getName (m_table)))
250 final CONSTANT_literal_info constant_value = ((ConstantValueAttribute_info) attr_info).getValue (m_table);
252 m_table.setDeclaredSUID (((CONSTANT_Long_info) constant_value).m_value);
265 final IConstantCollection constantPool = m_table.getConstants ();
276 m_table.getMethods().add (method_info);
286 IConstantCollection constantPool = m_table.getConstants ();
297 m_table.getAttributes().add (attribute_info);
303 private ClassDef m_table;