Match Class

Definition

Line 10 of System.Parsing/Match.cm

Constructors & Destructor

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

Member Variables

public bool hit
public void* value

Constructor& Destructor Details

Match Constructor

public Match(bool hit_)

Definition
Line 12 of System.Parsing/Match.cm


Match Constructor

public Match(bool hit_, void* value_)

Definition
Line 16 of System.Parsing/Match.cm