For StructureMapper#getCurrentResults(), I would like to use the Results#getResultByName(string) method, but I don't see any clear guidance on the scope of the "name" we are searching for - anywhere in the grammar, anywhere in the current structure being processed, or some other option?
FYI - The other methods in StructureMapper tell you what they are returning e.g. "current grammar being processed", "current structure being mapped", "current structure element being mapped". However, the getCurrentResults doesn't seem to document as clearly what array of results it is returning. I did try to iterate over it to check manually, but it's not iterable in python