C# Class Eocron.Core.Ast.AstRepeatNode

Inheritance: AstNodeBase
Afficher le fichier Open project: eocron/ORegex

Méthodes publiques

Свойство Type Description
Argument AstNodeBase
IsLazy bool
MaxCount int
MinCount int

Méthodes publiques

Méthode Description
AstRepeatNode ( AstNodeBase arg, int minCount, int maxCount, bool isLazy, Range range )
GetChildren ( ) : System.Collections.Generic.IEnumerable
ToString ( ) : string

Method Details

AstRepeatNode() public méthode

public AstRepeatNode ( AstNodeBase arg, int minCount, int maxCount, bool isLazy, Range range )
arg AstNodeBase
minCount int
maxCount int
isLazy bool
range Range

GetChildren() public méthode

public GetChildren ( ) : System.Collections.Generic.IEnumerable
Résultat System.Collections.Generic.IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Argument public_oe property

public AstNodeBase Argument
Résultat AstNodeBase

IsLazy public_oe property

public bool IsLazy
Résultat bool

MaxCount public_oe property

public int MaxCount
Résultat int

MinCount public_oe property

public int MinCount
Résultat int