Match Class

Constructors & Destructor | Member Variables

Definition

Line 11 of System.Parsing/Match.cm

Constructors & Destructor

public inline Match(bool hit_)
public inline Match(bool hit_, void* value_)

Member Variables

public bool hit
public void* value

Constructor& Destructor Details

Match Constructor

public inline Match(bool hit_)

Definition
Line 13 of System.Parsing/Match.cm


Match Constructor

public inline Match(bool hit_, void* value_)

Definition
Line 16 of System.Parsing/Match.cm