Searched refs:TEach (Results 1 – 5 of 5) sorted by relevance
8 public final class TEach extends Token class10 public TEach() in TEach() method in TEach15 public TEach(int line, int pos) in TEach() method in TEach25 return new TEach(getLine(), getPos()); in clone()
97 public void caseTEach(@SuppressWarnings("unused") TEach node) in caseTEach()
91 void caseTEach(TEach node); in caseTEach()
447 public void caseTEach(TEach node) in caseTEach()
1005 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TEach(line, pos); } in new14()