Home | History | Annotate | Download | only in antlr3

Lines Matching full:brief

42     """@brief Abstract token baseclass."""
45 """@brief Get the text of the token.
52 """@brief Set the text of the token.
60 """@brief Get the type of the token.
67 """@brief Get the type of the token.
75 """@brief Get the line number on which this token was matched
84 """@brief Set the line number on which this token was matched
92 """@brief Get the column of the tokens first character,
101 """@brief Set the column of the tokens first character,
109 """@brief Get the channel of the token
116 """@brief Set the channel of the token
124 """@brief Get the index in the input stream.
134 """@brief Set the index in the input stream.
142 """@brief From what character stream was this token created.
150 """@brief From what character stream was this token created.
169 """@brief Basic token implementation.
313 """@brief Alternative token implementation.