Searched refs:thing (Results 1 – 5 of 5) sorted by relevance
115 public Character thing; field in Sub117 public Sub(char thing) { in Sub() argument123 this.thing = thing; in Sub()130 + " thing=" + thing); in check()
1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
1 Test that we do the right thing with invoke-super on interfaces when there are
2 mostly meant as an easy thing to modify in order to test other things
103 Class thing = Thread.class; in constantLock() local