gpt4 book ai didi

java - 如何从内部类访问外部类的 "this"?

转载 作者:IT老高 更新时间:2023-10-28 13:52:30 34 4
gpt4 key购买 nike

是否可以从 Java 内部类中获取对 this 的引用?

class Outer {

void aMethod() {

NewClass newClass = new NewClass() {
void bMethod() {
// How to I get access to "this" (pointing to outer) from here?
}
};
}
}

最佳答案

你可以像这样访问外部类的实例:

Outer.this

关于java - 如何从内部类访问外部类的 "this"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2731719/

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