Methods Summary |
---|
public void | addContents(DexFile file){@inheritDoc}
super.addContents(file);
ProtoIdsSection protoIds = file.getProtoIds();
protoIds.intern(getMethodRef().getPrototype());
|
public com.android.dexgen.rop.cst.CstBaseMethodRef | getMethodRef()Gets the method constant.
return (CstBaseMethodRef) getRef();
|
protected int | getTypoidIdx(DexFile file){@inheritDoc}
ProtoIdsSection protoIds = file.getProtoIds();
return protoIds.indexOf(getMethodRef().getPrototype());
|
protected java.lang.String | getTypoidName(){@inheritDoc}
return "proto_idx";
|
public ItemType | itemType(){@inheritDoc}
return ItemType.TYPE_METHOD_ID_ITEM;
|