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

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

Completed in 90 milliseconds