C# 클래스 Eocron.Core.Ast.GroupQuantifiers.LookAheadQuantifier

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

공개 프로퍼티들

프로퍼티 타입 설명
IsBehind bool
IsNegative bool

공개 메소드들

메소드 설명
IsLook ( string str ) : bool
LookAheadQuantifier ( string originalString )

메소드 상세

IsLook() 공개 정적인 메소드

public static IsLook ( string str ) : bool
str string
리턴 bool

LookAheadQuantifier() 공개 메소드

public LookAheadQuantifier ( string originalString )
originalString string

프로퍼티 상세

IsBehind 공개적으로 프로퍼티

public bool IsBehind
리턴 bool

IsNegative 공개적으로 프로퍼티

public bool IsNegative
리턴 bool