AbstractCaseActionに至る継承関係
AbstractCaseActionはEditorActionを継承している
最も親 Command(抽象クラス)
public method
register
runCommand(抽象)
EditorCommand
Commandを継承した抽象クラス
public method
bindToContribution
TODO:editorにおけるcontributionってなんだ?
runEditorCommand
runCommandを実装している
runEditorCommandが絡む関数を渡している?(TODO 読み解きたい)
runEditorCommand(抽象)
EditorAction
EditorCommandを継承した抽象クラス
publicな属性
label
alias
public method
runEditorCommandを実装
runメソッドの呼び出し
reportTelemetryメソッドなんてある
run(抽象)