Interface NodeWithOptionalBlockStmt<N extends Node>

  • All Known Implementing Classes:
    MethodDeclaration

    public interface NodeWithOptionalBlockStmt<N extends Node>
    A node with a body that is a BlockStmt, which is optional.
    • Method Detail

      • getBody

        java.util.Optional<BlockStmt> getBody()
      • removeBody

        N removeBody()
      • createBody

        default BlockStmt createBody()