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