ParserCollection
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.parser |
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.ioc.parser.ParserCollection |
| File last modified: | Monday, 21 April 2008, 17:52:19 |
Summary
Constructor
- ParserCollection (a:Array = null)
Instance methods
- push (parser:AbstractParser) : void
- clear : void
- iterator : Iterator
- Returns an iterator over the elements in this collection.
Constructor
ParserCollection
public function ParserCollection (
a:Array = null)
Instance methods
clear
public function clear (
) : void
iterator
Returns an iterator over the elements in this collection. There are no
guarantees concerning the order in which the elements are returned
(unless this collection is an instance of some class that provides a
guarantee).
# guarantees concerning the order in which the elements are returned
(unless this collection is an instance of some class that provides a
guarantee).
Returns:
- an {VISDOC_CODE_BLOCK_2} over the elements in this collection#
Specified by: