C# Class Eocron.Core.Ast.AstRootNode

Inheritance: AstNodeBase
Datei anzeigen Open project: eocron/ORegex

Public Properties

Property Type Description
CaptureGroupNames string[]
MatchBegin bool
MatchEnd bool
Regex AstNodeBase

Public Methods

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

Method Details

AstRootNode() public method

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
return System.Collections.Generic

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

ToString() public method

public ToString ( ) : string
return string

Property Details

CaptureGroupNames public_oe property

public string[] CaptureGroupNames
return string[]

MatchBegin public_oe property

public bool MatchBegin
return bool

MatchEnd public_oe property

public bool MatchEnd
return bool

Regex public_oe property

public AstNodeBase Regex
return AstNodeBase