Local classes are similar to inner classes because they cannot define or declare any static members . Local classes in static methods, such as the class PhoneNumber , which is defined in the static method validatePhoneNumber , can only refer to static members of the enclosing class.