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

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

Completed in 135 milliseconds