M
Mike Fechner
Guest
Then log a bug. Von: Thomas Mercer-Hursh [mailto:bounce-tamhas@community.progress.com] Gesendet: Samstag, 13. Juni 2015 22:20 An: TU.OE.Development@community.progress.com Betreff: RE: [Technical Users - OE Development] Organize Using RE: Organize Using Reply by Thomas Mercer-Hursh Correct, it removed all usings related to Proparse. Code includes things like: mobJavaFile = new java.io.File(mchFullPath). obParseUnit = new ParseUnit(mobJavaFile). obParseUnit:treeParser01(). mobNode = obParseUnit:getTopNode(). and define variable mobSymbol as class Symbol no-undo. if NodeTypes:getTypeName(ipobNode:getType()) = "ID" then mobSymbol = ipobNode:getSymbol(). put stream stOutput unformatted skip fill(" ",inCurrentIndent) NodeTypes:getTypeName(ipobNode:getType()) " " ipobNode:getText() . if lgShowProparseDirectives then put stream stOutput unformatted " " ipobNode:attrGetS("proparsedirective":U). if lgShowSourceLineNo or lgShowColumn then put stream stOutput unformatted " " string(ipobNode:getLine()). if lgShowColumn then put stream stOutput unformatted ":" string(ipobNode:getLine()). if lgShowSourceFileName then put stream stOutput unformatted " " ipobNode:getFilename(). if lgShowTableType then put stream stOutput unformatted " " ipobNode:attrGetS("storetype":U). if lgShowStatementHeadFlag and ipobNode:isStateHead() then put stream stOutput unformatted " statehead". if lgShowSecondaryKeyword then put stream stOutput unformatted " " ipobNode:getState2(). if lgShowSymbols and NodeTypes:getTypeName(ipobNode:getType()) = "ID" and valid-object(mobSymbol) then put stream stOutput unformatted " Reads: " mobSymbol:getNumReads() " Writes: " mobSymbol:getNumWrites(). Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...