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
Instance methods

Constructor

ParserCollection

public function ParserCollection (
a:Array = null)

Instance methods

clear

public function clear (
) : void

iterator

public function 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).
#
Returns:
  • an {VISDOC_CODE_BLOCK_2} over the elements in this collection
    #
Specified by:

push

public function push (
parser:AbstractParser) : void