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

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

Completed in 114 milliseconds