Handbook
Glossary
in-d>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
in-d>>
( object -- value )
Methods
USING:
accessors
compiler.tree
slots.private
;
M:
#alien-node
in-d>>
3
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#branch
in-d>>
2
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#call-recursive
in-d>>
3
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#call
in-d>>
3
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#copy
in-d>>
2
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#enter-recursive
in-d>>
2
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#recursive
in-d>>
2
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#return-recursive
in-d>>
2
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#return
in-d>>
2
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#shuffle
in-d>>
3
slot
;
inline
USING:
accessors
compiler.tree
slots.private
;
M:
#terminate
in-d>>
2
slot
;
inline