C# Class Eocron.Core.Ast.GroupQuantifiers.LookAheadQuantifier

Inheritance: QuantifierBase
Mostra file Open project: eocron/ORegex

Public Properties

Property Type Description
IsBehind bool
IsNegative bool

Public Methods

Method Description
IsLook ( string str ) : bool
LookAheadQuantifier ( string originalString )

Method Details

IsLook() public static method

public static IsLook ( string str ) : bool
str string
return bool

LookAheadQuantifier() public method

public LookAheadQuantifier ( string originalString )
originalString string

Property Details

IsBehind public_oe property

public bool IsBehind
return bool

IsNegative public_oe property

public bool IsNegative
return bool