Next: , Previous: 10-14, Up: 10


10.15 メソッド

@defop コマンドを用いメソッドの定義を表すことができます。

     @defop category class method arguments
     body-of-definition
     @end defop

category にカテゴリ、class に属するクラス、method に定義するメソッド、arguments にメソッドがとる引数、body-of-definition にメソッドの定義を記述します。

定義ヘッダは `category on class' となり、関数索引1 に `method on class' とエントリされます。

See 定義コマンドテンプレート.

See 2 つ以上の定義ヘッダ.

See 定義コマンドの出力例.


Footnotes

[1] See 変数索引.