get file name in tty
hi all,
i am modifying tty now.
i need to get java file name from tty.
i.e. print following info:
line=37, com.user.MyClass.getType(), MainClass.java
line number and class.method (here is line=37, com.user.MyClass.getType) can be obtained from instance of Location
but i can not find how to obtain java file name (here is MainClass.java).
could u show me which class (similar to class Location) is used to get the info?
thx

