public class ForestUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Node<com.sun.tools.javac.tree.JCTree.JCClassDecl>> |
getAnnotationsDeclMap(Set<Node> forest)
Extract from the forest a map containing fully qualified name as key and node with annotation definition as value.
|
static void |
traverse(Collection<Node> roots,
Consumer<Node> consumer) |
static void |
traverse(Node root,
Consumer<Node> consumer) |
public static void traverse(Collection<Node> roots, Consumer<Node> consumer)
Copyright © 2019. All rights reserved.