Searched defs:TEach (Results 1 - 1 of 1) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTEach.java8 public final class TEach extends Token class in inherits:Token
10 public TEach() method in class:TEach
15 public TEach(int line, int pos) method in class:TEach
25 return new TEach(getLine(), getPos());
36 throw new RuntimeException("Cannot change TEach text.");

Completed in 91 milliseconds