matlab.lang.correction.ReplaceIdentifierCorrection クラス
パッケージ: matlab.lang.correction
説明
ReplaceIdentifierCorrection
オブジェクトは、MException
オブジェクトをスローする関数で使用します。MException
は、ReplaceIdentifierCorrection
のインスタンスを使用して、関数呼び出し内の正しくない識別子に代わる候補を表示します。
作成
説明
ric = matlab.lang.correction.ReplaceIdentifierCorrection(
は修正を作成して、identifier
,replacement
)MException
をスローした関数呼び出しで identifier
を replacement
に置き換えるよう提案します。
入力引数
例
バージョン履歴
R2019b で導入