示例#1
0
文件: Priority.cs 项目: condda/ql
 public Types.Type GetCompatibleType(Types.IntType ChildType)
 {
     return(new Types.IntType());
 }
示例#2
0
 public Values.Int Visit(Types.IntType intValue)
 {
     return(new Values.Int(0));
 }
示例#3
0
 public IntegerTextBoxWidget Visit(Types.IntType intValue)
 {
     return(new IntegerTextBoxWidget(id));
 }