Categories Java Getting the variables of the outer class from an inner class Post author By Luca Zanini Post date January 27, 2014 No Comments on Getting the variables of the outer class from an inner class The inner classes, and then not static, can access even if with some limitation to the variables of the outer class. Continue reading “Getting the variables of the outer class from an inner class” Tags access, anonymous class, inner class, java