Searched refs:TokenRef (Results 1 - 1 of 1) sorted by relevance

/external/antlr/src/org/antlr/runtime/
H A DSerializedGrammar.java77 class TokenRef { class in class:SerializedGrammar
79 public TokenRef(int ttype) { this.ttype = ttype; } method in class:SerializedGrammar.TokenRef
154 alt.add(new TokenRef(ttype));

Completed in 220 milliseconds