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

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

Completed in 106 milliseconds