protected FieldOrMethodReference( FieldOrMethod aInstruction, ConstantPoolGen aPoolGen) { mInstruction = aInstruction; mPoolGen = aPoolGen; }
/** * @return */ public FieldOrMethod getInstruction() { return mInstruction; }