koala.dynamicjava.tree
Class TreeUtilities

java.lang.Object
  extended by 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

Method Summary
static String listToName(List<? extends IdentifierToken> l)
          Transforms a list of token into a dot-separated name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.