Exemplo n.º 1
0
 protected ReplaceableToken(ReplaceableToken tok, Span newSpan)
     : this(tok.Value, newSpan)
 {
 }
Exemplo n.º 2
0
 public IdentToken(ReplaceableToken tok)
     : this(tok.Value, tok.Span)
 {
     IsReplaceable = true;
 }