예제 #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));
 }