Klasse DeclareDeclaration

Bekannte direkte Unterklassen:
DeclareAnnotationDeclaration, DeclareErrorDeclaration, DeclareParentsDeclaration, DeclarePrecedenceDeclaration, DeclareSoftDeclaration, DeclareWarningDeclaration

public abstract class DeclareDeclaration extends BodyDeclaration
DeclareDeclaration DOM AST node.
Autor:
ajh02
  • Methodendetails

    • 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.

      Gibt zurück:
      the binding, or null if the binding cannot be resolved