Interface IASTProblemHolder

    • Field Detail

      • PROBLEM

        static final ASTNodeProperty PROBLEM
        PROBLEM represents the relationship between a IASTProblemHolder and its IASTProblem.
    • Method Detail

      • getProblem

        IASTProblem getProblem()
        Get the problem.
        Returns:
        IASTProblem
      • setProblem

        void setProblem​(IASTProblem p)
        Set the problem.
        Parameters:
        p - IASTProblem