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

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

Completed in 77 milliseconds