Package com.ibm.wala.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 java.lang.String
getLabel(T n)
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel(T n) throws WalaException
- Returns:
- the String label for node n
- Throws:
WalaException
-
-