Home | History | Annotate | Download | only in antlr3

Lines Matching refs:THE

6 [The "BSD licence"]
11 modification, are permitted provided that the following conditions
14 1. Redistributions of source code must retain the above copyright
15 notice, this list of conditions and the following disclaimer.
16 2. Redistributions in binary form must reproduce the above copyright
17 notice, this list of conditions and the following disclaimer in the
18 documentation and/or other materials provided with the distribution.
19 3. The name of the author may not be used to endorse or promote products
22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 A simple module to keep track of the various built-in token types, channels, and
41 token names used by ANTLR throughout the runtime library.
47 # the channel to which most tokens will be assigned
50 # the channel for tokens which should not be passed to a parser by a token stream
58 # that the rule has not been memoized yet
68 # Imaginary tree-navigation token type indicating the ascent after moving through the
72 # Imaginary tree-navigation token type indicating a descent into the children of a node
78 # The smallest possible value of non-builtin ANTLR-generated token types