get_slots
Description:
public List<
Slot>
get_slots (
bool token_present)
Get the GckSlot objects for a given module.
Parameters:
this |
The module for which to get the slots.
|
token_present |
Whether to limit only to slots with a token present.
|
Returns:
The possibly empty list of slots.
|