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

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

Completed in 94 milliseconds