// Methods
 public CandidateDefinition(int position, Match match, TokenDefinition definition)
 {
     this.Position = position;
     this.Match = match;
     this.Definition = definition;
 }
 // Methods
 public CandidateDefinition(int position, Match match, TokenDefinition definition)
 {
     this.Position   = position;
     this.Match      = match;
     this.Definition = definition;
 }