C# Class Eocron.Core.Ast.AstRootNode

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

Méthodes publiques

Свойство Type Description
CaptureGroupNames string[]
MatchBegin bool
MatchEnd bool
Regex AstNodeBase

Méthodes publiques

Méthode Description
AstRootNode ( AstNodeBase innerExpression, bool matchBegin, bool matchEnd, Range range, IEnumerable captureGroupNames ) : System.Collections.Generic
GetChildren ( ) : IEnumerable
ToString ( ) : string

Method Details

AstRootNode() public méthode

public AstRootNode ( AstNodeBase innerExpression, bool matchBegin, bool matchEnd, Range range, IEnumerable captureGroupNames ) : System.Collections.Generic
innerExpression AstNodeBase
matchBegin bool
matchEnd bool
range Range
captureGroupNames IEnumerable
Résultat System.Collections.Generic

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CaptureGroupNames public_oe property

public string[] CaptureGroupNames
Résultat string[]

MatchBegin public_oe property

public bool MatchBegin
Résultat bool

MatchEnd public_oe property

public bool MatchEnd
Résultat bool

Regex public_oe property

public AstNodeBase Regex
Résultat AstNodeBase