Ejemplo n.º 1
0
 public Types.Type GetCompatibleType(Types.IntType ChildType)
 {
     return(new Types.IntType());
 }
Ejemplo n.º 2
0
 public Values.Int Visit(Types.IntType intValue)
 {
     return(new Values.Int(0));
 }
Ejemplo n.º 3
0
 public IntegerTextBoxWidget Visit(Types.IntType intValue)
 {
     return(new IntegerTextBoxWidget(id));
 }