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