Handbook
Glossary
ast-sequence
Vocabulary
smalltalk
.
ast
Definition
USING:
arrays
;
IN:
smalltalk.ast
TUPLE:
ast-sequence
{
temporaries
array
initial:
{
}
}
{
body
array
initial:
{
}
}
;
Methods
USING:
accessors
smalltalk.ast
smalltalk.compiler.assignment
;
M:
ast-sequence
assigned-locals
body>>
assigned-locals
;
USING:
kernel
smalltalk.ast
smalltalk.compiler
;
M:
ast-sequence
compile-ast
compile-sequence
nip
;
USING:
accessors
smalltalk.ast
smalltalk.compiler.return
;
M:
ast-sequence
need-return-continuation?
body>>
need-return-continuation?
;