Class DeclareDeclaration

Direct Known Subclasses:
DeclareAnnotationDeclaration, DeclareErrorDeclaration, DeclareParentsDeclaration, DeclarePrecedenceDeclaration, DeclareSoftDeclaration, DeclareWarningDeclaration

public abstract class DeclareDeclaration extends BodyDeclaration
DeclareDeclaration DOM AST node.
Author:
ajh02
  • Method Details

    • resolveBinding

      public IMethodBinding resolveBinding()
      Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.

      Note that bindings are generally unavailable unless requested when the AST is being built.

      Returns:
      the binding, or null if the binding cannot be resolved