Example #1
0
 private static string a(b1 A_0)
 {
     if (A_0 == null)
     {
         return("");
     }
     return(a(A_0.b()) + " > " + A_0.g());
 }
Example #2
0
 private static string a(b1 A_0)
 {
     if (A_0 == null)
     {
         return("");
     }
     return(MultipleBase <T> .a(A_0.b()) + " > " + A_0.g());
 }
Example #3
0
 public void a(b1 A_0)
 {
     this.d = A_0;
 }
 assertTrue(b1 == b2);
Example #5
0
 public void b(b1 A_0)
 {
     this.a = A_0;
 }
 AssertEquals(b1.getClass(), B.class);
 assertTrue(b1 == b2);
Example #8
0
 => GetOverlap(a1, a2, b1, b2);