There is a converter that reads the .bal layout file and converts it to a understandable format. Depending on your application, that might another approach.
One idea I had was that, if all Views have an event handler name prefix, set when the object is initialized either directly or by LoadLayout, and generally this is the name of the object, then if it were possible to reach inside the view and get that prefix... bingo!
Sometimes it is. I am writing (well, trying to) a program to automatically generate designer scripts, that would be useful in all three of B4A/I/J, so if there was a way of getting the name programatically, that'd be extremely useful.
You should describe it more clearly what EXACTLY you are trying to achieve