public class SemanticdbTrees
extends java.lang.Object
| Constructor and Description |
|---|
SemanticdbTrees(GlobalSymbolsCache globals,
LocalSymbolsCache locals,
java.lang.String semanticdbUri,
javax.lang.model.util.Types types,
com.sun.source.util.Trees trees,
java.util.HashMap<com.sun.source.tree.Tree,com.sun.source.util.TreePath> nodes) |
| Modifier and Type | Method and Description |
|---|---|
com.sourcegraph.semanticdb_javac.Semanticdb.AnnotationTree |
annotationBuilder(com.sun.source.tree.AnnotationTree annotation) |
java.util.List<com.sourcegraph.semanticdb_javac.Semanticdb.AnnotationTree> |
annotations(com.sun.source.tree.Tree node) |
public SemanticdbTrees(GlobalSymbolsCache globals, LocalSymbolsCache locals, java.lang.String semanticdbUri, javax.lang.model.util.Types types, com.sun.source.util.Trees trees, java.util.HashMap<com.sun.source.tree.Tree,com.sun.source.util.TreePath> nodes)