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

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

Completed in 102 milliseconds