Handbook
Glossary
ast-message
Vocabulary
smalltalk
.
ast
Definition
USING:
arrays
strings
;
IN:
smalltalk.ast
TUPLE:
ast-message
{
selector
string
initial:
""
}
{
arguments
array
initial:
{
}
}
;
Methods
USING:
accessors
smalltalk.ast
smalltalk.compiler.assignment
;
M:
ast-message
assigned-locals
arguments>>
assigned-locals
;
USING:
accessors
smalltalk.ast
smalltalk.compiler.return
;
M:
ast-message
need-return-continuation?
arguments>>
need-return-continuation?
;