gpt4 book ai didi

java - 我可以从内部类访问 "secondary this"吗?

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:40:47 26 4
gpt4 key购买 nike

<分区>

我有基础课

abstract class Unit {
Unit target;
abstract class UnitAI {/*...*/}
}

从这些,我得出

class Infantry extends Unit {
class InfantryAI extends UnitAI {/*...*/}
}

InfantryAI 类能否以某种方式获得用于访问它周围类 Infantry 的成员?

具体来说,它需要确定它周围的类 Infantry 是否被它的目标瞄准,如下所示:

if (/*secondary_this.*/target.target == secondary_this)

或者,一般来说,由另一个单位

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com