Home | History | Annotate | Download | only in doxygen

Lines Matching full:within

10 /// -# Interoperation with the runtime within rule actions;
17 /// - The lexer is independent of the parser. You \b cannot control the lexer from within the parser;
18 /// - The tree parser is independent of the parser. You \b cannot control the parser from within the tree parser(s);
27 /// Within a grammar file there are a number of special sections you can add that cause the
28 /// code within them to be placed at strategic points in the generated code such as
29 /// before or after the #include statements in the .c file, within the generated header file
30 /// or within the constructor for the recognizer.
32 /// Many of the \@sections used within a Java targeted grammar have some equivalent function within a
34 /// that have meaning only within a grammar targeted for the C runtime.
38 /// \section interop Interoperation Within Rule Actions