C# Class Eocron.Core.Ast.AstCollectionNodeBase

Inheritance: AstNodeBase
Mostra file Open project: eocron/ORegex

Public Properties

Property Type Description
Children AstNodeBase[]

Public Methods

Method Description
GetChildren ( ) : IEnumerable

Protected Methods

Method Description
AstCollectionNodeBase ( IEnumerable children, Range range ) : System.Collections.Generic

Method Details

AstCollectionNodeBase() protected method

protected AstCollectionNodeBase ( IEnumerable children, Range range ) : System.Collections.Generic
children IEnumerable
range Range
return System.Collections.Generic

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

Property Details

Children public_oe property

public AstNodeBase[] Children
return AstNodeBase[]