Interface NodeWithBody<N extends Node>

    • Method Detail

      • createBlockStatementAsBody

        default BlockStmt createBlockStatementAsBody()
      • hasEmptyBody

        default boolean hasEmptyBody()
        Returns:
        true if the body is an EmptyStmt or an empty BlockStmt