Package com.ibm.wala.util.viz
Interface NodeDecorator<T>
-
- Type Parameters:
T- the node type
public interface NodeDecorator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel(T n)
-
-
-
Method Detail
-
getLabel
String getLabel(T n) throws WalaException
- Returns:
- the String label for node n
- Throws:
WalaException
-
-