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

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

공개 프로퍼티들

프로퍼티 타입 설명
Argument AstNodeBase
IsLazy bool
MaxCount int
MinCount int

공개 메소드들

메소드 설명
AstRepeatNode ( AstNodeBase arg, int minCount, int maxCount, bool isLazy, Range range )
GetChildren ( ) : System.Collections.Generic.IEnumerable
ToString ( ) : string

메소드 상세

AstRepeatNode() 공개 메소드

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

GetChildren() 공개 메소드

public GetChildren ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Argument 공개적으로 프로퍼티

public AstNodeBase Argument
리턴 AstNodeBase

IsLazy 공개적으로 프로퍼티

public bool IsLazy
리턴 bool

MaxCount 공개적으로 프로퍼티

public int MaxCount
리턴 int

MinCount 공개적으로 프로퍼티

public int MinCount
리턴 int