JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.ibm.wala.util.viz
NodeDecorator
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getLabel(T)
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