Lines Matching refs:Antlr
1 unit Antlr.Runtime;
39 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
47 Antlr.Runtime.Tools,
48 Antlr.Runtime.Collections;
186 /// <summary>A source of characters for an ANTLR lexer </summary>
215 /// The current line in the character stream (ANTLR tracks the
430 /// A stripped-down version of org.antlr.misc.BitSet that is just
650 /// A Token object like we'd use in ANTLR 2.x; has an actual string created
770 /// ANTLR to make those kinds of exception objects instead of the default.
917 /// Have ANTLR generate an implementation for this property.
924 /// Have ANTLR provide a hook for this property.
1350 /// <summary>The root of the ANTLR exception hierarchy.</summary>
1364 /// ANTLR generates code that throws exceptions upon recognition error and
1957 /// In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
2151 * ANTLR stops at the end of a rule.
2218 * ANTLR's error recovery mechanism is based upon original ideas:
2822 Antlr.Runtime.Tree;