Class BinaryLambdaMethod

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

public class BinaryLambdaMethod extends LambdaMethod
  • Method Details

    • getPrimaryElement

      public JavaElement getPrimaryElement(boolean checkOwner)
      Overrides:
      getPrimaryElement in class SourceMethod
    • isBinary

      public boolean isBinary()
      Description copied from interface: IMember
      Returns whether this member is from a class file. This is a handle-only method.
      Specified by:
      isBinary in interface IMember
      Overrides:
      isBinary in class Member
      Returns:
      true if from a class file, and false if from a compilation unit
      See Also:
      IMember