C# 클래스 Pegasus.Expressions.RepetitionExpression

Represents the repetition of an expression.
상속: Expression
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
RepetitionExpression ( Expression expression, Quantifier quantifier ) : System

Initializes a new instance of the RepetitionExpression class.

메소드 상세

RepetitionExpression() 공개 메소드

Initializes a new instance of the RepetitionExpression class.
public RepetitionExpression ( Expression expression, Quantifier quantifier ) : System
expression Expression The expression to be repeatedly matched.
quantifier Quantifier The quantifier that specifies how many times to match and the delimiter of the matches.
리턴 System