`
bolutes
  • 浏览: 866669 次
文章分类
社区版块
存档分类
最新评论

Java编译错误“No enclosing instance of type AA is accessible. Must qualify the allocation with an enclosi

 
阅读更多

这是因为AA是一个动态的内部类,创建这样的对象必须有实例与之对应,程序是在静态方法中直接调用动态内部类会报这样错误。 这样的错误好比类中的静态方法不能直接调用动态方法。可以把该内部类声明为static。或者不要在静态方法中调用。

那么为啥非静态方法不能调用动态方法呢,从面向对象的角度来说,动态方法与对象是联系密切的,比如发动是一个方法,它与汽车这个对象是关联的,所以只有new了汽车这个对象才能执行汽车.发动

分享到:
评论

相关推荐

    Java解决No enclosing instance of type PrintListFromTailToHead is accessible问题的两种方案

    主要介绍了Java解决No enclosing instance of type PrintListFromTailToHead is accessible问题的两种方案的相关资料,需要的朋友可以参考下

    2009 达内Unix学习笔记

    集合了 所有的 Unix命令大全 ...telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss ... 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ ... 命令和参数之间必需用空格隔...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    On the other hand, you must include the header file for Foo if your class subclasses Foo or has a data member of type Foo. Sometimes it makes sense to have pointer (or better, scoped_ptr) members ...

    Using LUA with Visual C++ (Introduction)

    The first parameter is the pointer to the LUA state, the second parameter is the number of arguments on the stack that the command takes (and when executing a loaded script this can remain 0)....

    max200技术手册

    数控等离子切割技术资料The user is responsible for installing and using the plasma equipment according to the manufacturer’s instructions. If electromagnetic disturbances are detected then it shall be...

    Mask 98 for PRwin98

    is just a sample of the Windows 95/98 type enhancements Calmira provides to the Windows 3.1 user interface... Taskbar with versatile Start Menu, nested to any level Wastepaper bin to store deleted ...

    embedded system design

    products in the area of consumer electronics the amount of code is doubling every two years [Vaandrager, 1998]. This importance of embedded systems is so far not well reflected inmany of the current ...

    Borland Delphi 2005 Architect Update 3

    F2084 Internal Error SCR765.00 of 5 Closed11193 Inlined function affects working of the enclosing for loop0.00 of 5 Closed11184 [Fatal Error] F2084 Internal Error: ILLK26340.00 of 5 Closed11069 ...

    Android Studio无法执行Java类的main方法问题及解决方法

    Android Studio升级到哦最新版3.6.1后,新建了个项目,发现无法执行Java类的main方法。试了网上的各种方法,比如切换gradle离线模式、gradle.properties中添加android.enableAapt2=false等,我还尝试了重新情况...

    VB.NET Developer's Guide(4574).pdf

    with the index of 0. 153_VBnet_TOC 8/16/01 1:12 PM Page xviii Contents xix Chapter 6 Advanced Programming Concepts 219 Introduction 220 Using Modules 221 Utilizing Namespaces 222 Creating ...

    Fractions to Decimals

    Write a program that will accept a fraction of the form N/D, where N is the numerator and D is the denominator and print the decimal representation. If the decimal representation has a repeating ...

    Android 中LayoutInflater.inflate()方法的介绍

    主要介绍了Android 中LayoutInflater.inflate()方法的介绍的相关资料,希望通过本文大家能掌握这部分内容,需要的朋友可以参考下

    外文翻译1

    thus an intractable preprocessing of enclosing blob gaps is necessary. Loy and B

    The accurate localization of fluorescent nanoparticle Au–Ft in nu/nu mice kidney

    Au–Ft, as a green synthesized nanoparticle, is composed of a ferritin nanocage enclosing a pair of Au nanoclusters inside. Our previous study has demonstrated that Au–Ft can be an excellent ...

    UART-RS232.rar_The Beginners_msp430 uart

    msp430 UART test program, beginners essential for college students SCM contest entry procedures, enclosing the source, and Chinese comments

    java-嵌套类(inner class)-来自oracle官网

    2.1.static nested class访问enclosing class(outer class)的成员 2.2.enclosing class(outer class)访问static nested class的成员 3.Non-static nested classes(Inner classes) 3.1.Non-Static Inner ...

    eclipse java注释模板

    * 创建一个新的实例 ${enclosing_type}. * * ${tags} */ </template> autoinsert="true" context="settercomment_context" deleted="false" description="Comment for setter method" enabled=...

    Eclipse快捷键大全(

    编辑 Select Enclosing Element Alt+Shift+向上键 Editing in Structured Text Editors 编辑 选择外层元素 Alt+Shift+向上键 编辑 Java 源代码 编辑 Restore Last Selection Alt+Shift+向下键 Editing in Structured...

    在线图片编辑 图片可拖动 裁剪区固定中间

    在线图片编辑 图片可拖动 裁剪区固定中间 有预览区 项目中应用

    EMBEDDED SYSTEM DESIGN

    Embedded systems can be defined as information processing systems embedded into enclosing products such as cars, ...information, one of the key goals of modern information technology (IT).

Global site tag (gtag.js) - Google Analytics