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

Inheritance: QuantifierBase
Afficher le fichier Open project: eocron/ORegex

Méthodes publiques

Свойство Type Description
IsBehind bool
IsNegative bool

Méthodes publiques

Méthode Description
IsLook ( string str ) : bool
LookAheadQuantifier ( string originalString )

Method Details

IsLook() public static méthode

public static IsLook ( string str ) : bool
str string
Résultat bool

LookAheadQuantifier() public méthode

public LookAheadQuantifier ( string originalString )
originalString string

Property Details

IsBehind public_oe property

public bool IsBehind
Résultat bool

IsNegative public_oe property

public bool IsNegative
Résultat bool