Handbook
Glossary
<ast-method> ( class arguments body -- method )
Vocabulary
smalltalk
.
ast
Inputs
class
an
object
arguments
an
object
body
an
object
Outputs
method
an
object
Definition
USING:
kernel
sequences
;
IN:
smalltalk.ast
:
<ast-method>
( class arguments body -- method )
self
suffix
<ast-block>
ast-method
boa
;