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

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

Completed in 132 milliseconds