Home | History | Annotate | Download | only in src

Lines Matching refs:Mutant

17 import other.Mutant;
66 Mutant mutant = new Mutant();
69 int x = mutant.disappearingField;
76 int y = Mutant.disappearingStaticField;
83 mutant.disappearingMethod();
90 Mutant.disappearingStaticMethod();
101 Mutant mutant = new Mutant();
104 int x = mutant.inaccessibleField;
112 int y = Mutant.inaccessibleStaticField;
120 mutant.inaccessibleMethod();
128 Mutant.inaccessibleStaticMethod();