Exemplo n.º 1
0
 internal ConstantExpressionAst(NumberToken token) : base(token.Extent)
 {
     this.Value = token.Value;
 }
Exemplo n.º 2
0
 internal ConstantExpressionAst(NumberToken token) : base(token.Extent)
 {
     this.Value = token.Value;
 }