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

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

Completed in 213 milliseconds