Hello,
years ago I created, as Eclipse plug-in, some visual representations, using different polymetric views, of Java projects.They are a mean to understand, depict, analyze and navigate systems.
This is my Eclipse plug-in depicting itself, for example:

I am curious, now, to do something similar, but for Oscript.
Do you know if there is documentation about how to use the functionalities included in the plug-in OpenText developed? Basically I just need to get access to the abstract syntax tree (for Java, I used the ASTParser) and to the first class entities I think they used to model their components and dependencies (in Java: IJavaElement, ICompilationUnit etc..).
I guess that it could be useful to depict the system under different perspectives and using different metrics, now that it should be possible.
Any idea? I'll dig into their available code and interfaces, meanwhile.
Jacopo