码迷,mamicode.com
首页 > 编程语言 > 详细

java 内部类的静态化

时间:2015-04-04 18:31:57      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:java

刚刚写一段代码

报这样的错误:

No enclosing instance of type Bag is accessible. Must qualify the allocation with an enclosing instance of type Bag (e.g. x.new A() where x is an instance of Bag).

代码预览:


这句报错:

Maomao mm = new Maomao();


把Maomao这个类改成static的,问题就解决了。

java 内部类的静态化

标签:java

原文地址:http://blog.csdn.net/lyy98521/article/details/44873821

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!