Exemplo n.º 1
0
 @Override
 public IConstructor encodeAsConstructor() {
   TypeReifier tr = new TypeReifier(getValueFactory());
   return tr.overloadedToProduction(this, ctx);
 }
Exemplo n.º 2
0
 public IValue readCSV(IValue result, ISourceLocation loc, IMap options, IEvaluatorContext ctx) {
   return read(tr.valueToType((IConstructor) result, new TypeStore()), loc, options, ctx);
 }