2 categories::Core>Kernel
3 summary:: Code that implements an operation upon instances of a Class.
4 related:: Classes/Class
7 A Method is code that is a part of the set of operations upon instances of a link::Classes/Class::.
13 The link::Classes/Class:: for which the method is part of the implementation.
17 A link::Classes/Symbol:: which is the name of the Method.
21 A link::Classes/Symbol:: which contains the name of the primitive function that implements the Method, if there is one.
23 method:: filenameSymbol
25 A link::Classes/Symbol:: which is the full path of the source file that this method is defined in.