Static Nested Class的意思|示意

美 / / 英 / /

静态嵌套类


Static Nested Class的网络常见释义

静态嵌套类 Static Nested Classes(静态嵌套类): 就是用static修饰的成员嵌套类

嵌套类 static nested class(嵌套类)是静态内部类:1、创建嵌套类的对象,并不需要其外部类的对象。 2、不能从嵌套类的对象中访问非静态的外部类对象。

Static Nested Class相关短语

1、 non-static nested class 非静态嵌套类

Static Nested Class相关例句

If the nested class is a static class, a box showing a preview of the refactoring displays right away.

如果这个嵌套类是一个静态类,那么就会立即出现一个框,显示这个重构的预览。

If it is not a static class, you first need to declare the name of the field that will hold the reference to the parent class of the nested class before you get to the preview box.

如果它不是一个静态类,那么需要首先声明保存有对此嵌套类的父类的引用的那个字段的名称,之后才能看到这个预览框。