}
}
}
public void acceptLocalMethodTypeParameter(TypeVariableBinding typeVariableBinding) {
MethodBinding methodBinding = (MethodBinding)typeVariableBinding.declaringElement;
IJavaElement res = findLocalElement(methodBinding.sourceStart());
if(res != null && res.getElementType() == IJavaElement.METHOD) {
IMethod method = (IMethod) res;
ITypeParameter typeParameter = method.getTypeParameter(new String(typeVariableBinding.sourceName));
if (typeParameter.exists()) {