lblMethod = linkLabel(),
lblMethodVerbose = highlightLabel());
}
public void show(TreePath treePath) {
EnclosingMethodAttribute attribute = (EnclosingMethodAttribute)findAttribute(treePath);
constantPoolHyperlink(lblClass,
lblClassVerbose,
attribute.getClassInfoIndex());
constantPoolHyperlink(lblMethod,
lblMethodVerbose,
attribute.getMethodInfoIndex());
super.show(treePath);
}