JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.ibm.wala.util.viz
NodeDecorator
Contents
Description
Method Summary
Method Details
getLabel(T)
Hide sidebar
Show sidebar
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
String
getLabel
(
T
n)
Method Details
getLabel
String
getLabel
(
T
n)
throws
WalaException
Returns:
the String label for node n
Throws:
WalaException