Class ResolvedBinaryMethod

All Implemented Interfaces:
IAnnotatable, IJavaElement, IMember, IMethod, IParent, ISourceManipulation, ISourceReference, org.eclipse.core.runtime.IAdaptable

public class ResolvedBinaryMethod extends BinaryMethod
Handle representing a binary method that is resolved. The uniqueKey contains the genericSignature of the resolved method. Use BindingKey to decode it.
  • Constructor Details

    • ResolvedBinaryMethod

      public ResolvedBinaryMethod(JavaElement parent, String name, String[] parameterTypes, String uniqueKey)
      The parameter type signatures are expected to be dot-based.
  • Method Details