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

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

Completed in 71 milliseconds