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

Inheritance: QuantifierBase
Datei anzeigen Open project: eocron/ORegex

Public Properties

Property Type Description
CaptureId int
CaptureName string

Public Methods

Method Description
CaptureQuantifier ( string originalString, int id )
IsCapture ( string str ) : bool

Method Details

CaptureQuantifier() public method

public CaptureQuantifier ( string originalString, int id )
originalString string
id int

IsCapture() public static method

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

Property Details

CaptureId public_oe property

public int CaptureId
return int

CaptureName public_oe property

public string CaptureName
return string