public void show(TreePath treePath) {
int constantPoolIndex = constantPoolIndex(treePath);
try {
ConstantMethodTypeInfo entry = (ConstantMethodTypeInfo)services.getClassFile().getConstantPoolEntry(constantPoolIndex, ConstantMethodTypeInfo.class);
constantPoolHyperlink(lblType,
lblTypeVerbose,
entry.getDescriptorIndex());
} catch (InvalidByteCodeException ex) {
lblTypeVerbose.setText(MESSAGE_INVALID_CONSTANT_POOL_ENTRY);
}