| |
|
| java.lang.Object xtc.tree.Node xtc.parser.ModuleList
ModuleList | public class ModuleList extends Node (Code) | | A list of module names as a node.
author: Robert Grimm version: $Revision: 1.12 $ |
ModuleList | public ModuleList(List<ModuleName> names)(Code) | | Create a new module list.
Parameters: names - The list of names. |
get | public ModuleName get(int idx)(Code) | | Get the module name at the specified index.
Parameters: idx - The index. The module name at that position. throws: IndexOutOfBoundsException - Signals that the index is out of range. |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | Determine whether this module list is empty.
true if this is an empty module list. |
size | public int size()(Code) | | Get the size of this module list.
The size. |
|
|
|