public interface AstUtils
| Modifier and Type | Method and Description |
|---|---|
<T extends com.sun.tools.javac.tree.JCTree> |
mapNodesToJCListOfObjects(List<Node<T>> listOfNodes) |
com.sun.tools.javac.util.Name |
nameFromString(String name) |
<T> com.sun.tools.javac.util.List<T> |
toJCList(List<T> list) |
<T> com.sun.tools.javac.util.List<T> |
toJCList(T element) |
Copyright © 2019. All rights reserved.