ScopeListclass | query.t[923] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
The ScopeList isn't a true Collection object, but it mimics one by providing most of the standard methods. You can use length() and the [] operator to scan the list, perform a foreach or for..in loop with a ScopeList to iterate over the items in scope, you can use find() to check if a given object is in scope, and you can use subset() to get a list of in-scope objects satisfying some condition.
class
ScopeList : object
add
addAll
addOnly
addSelfIlluminatingWithin
addWithin
close
createIterator
createLiveIterator
find
length
subset
toList
status_ | query.t[1045] |
nil (unset) - the object has never been visited
1 - we've added the object only, not its contents
2 - we've added the object and its contents
vec_ | query.t[1033] |
add (obj) | query.t[927] |
addAll (lst) | query.t[957] |
addOnly (obj) | query.t[985] |
addSelfIlluminatingWithin (obj) | query.t[975] |
addWithin (obj) | query.t[967] |
close ( ) | query.t[1005] |
createIterator ( ) | query.t[1027] |
createLiveIterator ( ) | query.t[1030] |
find (obj) | query.t[1018] |
length ( ) | query.t[1012] |
subset (func) | query.t[1021] |
toList ( ) | query.t[1024] |