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

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

Completed in 143 milliseconds