I have the following java classes:
public class Outer { ... private class Inner { ... } ... }
Assume I am inside a non-static method of