tide.syntaxtree |
The javaparser result, simplified, displayed in a tree. |
Java Source File Name | Type | Comment |
ActionsForNode.java | Class | |
ASTUtils.java | Class | |
DependenciesDetector.java | Class | Finds dependencies on other sources. |
JapaDependenciesDetector.java | Class | To discover structure. |
JapaStructVisitor.java | Class | To discover structure. |
JapaVisitor.java | Class | |
package-info.java | | |
ParserResult.java | Class | |
ProblemsSearch.java | Class | |
SearchFunctions.java | Class | |
SimplifiedSyntaxTree2.java | Class | Extracts the human readeable info for class, methods, fields...
from the complete syntax tree.
We also take the information requested to provide code completion. |
SSTLineMessage.java | Class | Syntax tree message. |
SyntaxTreeCache.java | Class | Caches some trees, but not too much cause they require a lot of memory. |
SyntaxTreeIcon.java | Class | |
SyntaxTreePanel.java | Class | Held in the MainEditorFrame,
contains, delayed, the parsed syntax of the displayed source and the error label poping up the full parser error message. |
SyntaxTreeRenderer.java | Class | Shared for all syntax trees. |
SyntaxTreeSearchPanel.java | Class | Todo: filter, not only search. |
TreeFunctions.java | Class | Some collected functions acting on the whole tree or branches. |