Lines Matching full:need
18 You need to use Delphi 2009 or a later version to be able to use this target.
23 To use the Delphi target, you only need to put the runtime source code in a
35 In your projects, you usually only need to use the Antlr.Runtime unit, and the
62 Here is a short list of Delphi specific issues you need to take into account
137 the parser/lexer unit. This means that you need to specify the full name of
148 inside the rule, makes use of a local variable, then you need to declare that
168 If you need to add units to the uses clause of the generated units, then you can
171 then you will need to use the Classes unit.
172 Use the @usesInterface action if you need the units to appear in the interface
173 part, or @usesImplementation if you only need a unit inside the implementation.
181 Note that you need to add a comma after each unit in this list. The Delphi units
212 capital I) instead of class variables (with a capital T). And there is no need