Interface ASTAnyTypeBodyDeclaration

    • Method Detail

      • getDeclarationNode

        JavaNode getDeclarationNode()
        Returns the child of this declaration, which can be cast to a more specific node type using getKind() as a cue.

        Returns null if this is an empty declaration, that is, a single semicolon.