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

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

Completed in 72 milliseconds