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.