koala.dynamicjava.tree
Class TreeUtilities
java.lang.Object
koala.dynamicjava.tree.TreeUtilities
public class TreeUtilities
- extends Object
This class contains a collection of utility methods for trees.
- Version:
- 1.0 - 1999/06/27
- Author:
- Stephane Hillion
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listToName
public static String listToName(List<? extends IdentifierToken> l)
- Transforms a list of token into a dot-separated name
- Parameters:
l - a list of token. l can be null.
- Returns:
- "" if l is null.