Klasse BinaryLambdaExpression

Alle implementierten Schnittstellen:
IAnnotatable, IJavaElement, IMember, IParent, ISourceManipulation, ISourceReference, IType, org.eclipse.core.runtime.IAdaptable

public class BinaryLambdaExpression extends LambdaExpression
  • Methodendetails

    • getPrimaryElement

      public JavaElement getPrimaryElement(boolean checkOwner)
      Setzt außer Kraft:
      getPrimaryElement in Klasse LambdaExpression
    • isBinary

      public boolean isBinary()
      Beschreibung aus Schnittstelle kopiert: IMember
      Returns whether this member is from a class file. This is a handle-only method.
      Angegeben von:
      isBinary in Schnittstelle IMember
      Setzt außer Kraft:
      isBinary in Klasse Member
      Gibt zurück:
      true if from a class file, and false if from a compilation unit
      Siehe auch: