C# 클래스 Eocron.Core.Ast.AstRootNode

상속: AstNodeBase
파일 보기 프로젝트 열기: eocron/ORegex

공개 프로퍼티들

프로퍼티 타입 설명
CaptureGroupNames string[]
MatchBegin bool
MatchEnd bool
Regex AstNodeBase

공개 메소드들

메소드 설명
AstRootNode ( AstNodeBase innerExpression, bool matchBegin, bool matchEnd, Range range, IEnumerable captureGroupNames ) : System.Collections.Generic
GetChildren ( ) : IEnumerable
ToString ( ) : string

메소드 상세

AstRootNode() 공개 메소드

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

GetChildren() 공개 메소드

public GetChildren ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CaptureGroupNames 공개적으로 프로퍼티

public string[] CaptureGroupNames
리턴 string[]

MatchBegin 공개적으로 프로퍼티

public bool MatchBegin
리턴 bool

MatchEnd 공개적으로 프로퍼티

public bool MatchEnd
리턴 bool

Regex 공개적으로 프로퍼티

public AstNodeBase Regex
리턴 AstNodeBase