T
Thomas Mercer-Hursh
Guest
So, I have gotten to: define variable molBufferList as class java.util.Set no-undo. define variable mobIterator as class java.util.Iterator no-undo. define variable mobTableBuffer as class TableBuffer no-undo. molBufferList = ipobParseUnit:getRootScope():getBufferSet(). mobIterator = molBufferList:iterator(). do while mobIterator:hasNext(): mobTableBuffer = cast( mobIterator:next(), TableBuffer ). But, this is giving me: Error: Invalid cast from java.util.HashMap+Entry to org.prorefactor.treeparser.TableBuffer So, I seem to get the java.util.Set correctly, but presumably its contents are not supersets of TableBuffer. So, it is not clear to me what those Set entries are.
Continue reading...
Continue reading...