HomeSort by relevance Sort by last modified time
    Searched refs:Antlr (Results 251 - 265 of 265) sorted by null

<<11

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 36 namespace Antlr.Runtime.Tree {
452 * follows ANTLR tree grammar tree element syntax:
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 33 namespace Antlr.Runtime.Tree
TreeWizard.cs 36 namespace Antlr.Runtime.Tree
519 * follows ANTLR tree grammar tree element syntax:
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 1 // $ANTLR 3.1.2 BuildOptions\\DebugGrammar.g3 2009-09-30 13:18:14
10 using Antlr.Runtime;
15 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
50 // $ANTLR start "T__10"
71 // $ANTLR end "T__10"
73 // $ANTLR start "T__11"
94 // $ANTLR end "T__11"
96 // $ANTLR start "T__12"
117 // $ANTLR end "T__12"
119 // $ANTLR start "T__13
    [all...]
DebugGrammarParser.cs 1 // $ANTLR 3.1.2 BuildOptions\\DebugGrammar.g3 2009-09-30 13:18:13
10 using Antlr.Runtime;
15 using Antlr.Runtime.Debug;
18 using Antlr.Runtime.Tree;
19 using RewriteRuleITokenStream = Antlr.Runtime.Tree.RewriteRuleTokenStream;
21 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
129 // $ANTLR start "prog"
253 // $ANTLR end "prog"
261 // $ANTLR start "stat"
540 // $ANTLR end "stat
    [all...]
ProfileGrammarLexer.cs 1 // $ANTLR 3.1.2 BuildOptions\\ProfileGrammar.g3 2009-09-30 13:18:18
10 using Antlr.Runtime;
15 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
50 // $ANTLR start "T__10"
71 // $ANTLR end "T__10"
73 // $ANTLR start "T__11"
94 // $ANTLR end "T__11"
96 // $ANTLR start "T__12"
117 // $ANTLR end "T__12"
119 // $ANTLR start "T__13
    [all...]
ProfileGrammarParser.cs 1 // $ANTLR 3.1.2 BuildOptions\\ProfileGrammar.g3 2009-09-30 13:18:17
10 using Antlr.Runtime;
15 using Antlr.Runtime.Debug;
18 using Antlr.Runtime.Tree;
19 using RewriteRuleITokenStream = Antlr.Runtime.Tree.RewriteRuleTokenStream;
21 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "3.1.2")]
133 // $ANTLR start "prog"
257 // $ANTLR end "prog"
265 // $ANTLR start "stat"
544 // $ANTLR end "stat
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 34 <@super.imports()><if(!TREE_PARSER)><! tree parser would already have imported !> Antlr.Runtime.Tree,<\n><endif>
Delphi.stg 74 * ANTLRVersion (String): ANTLR version in Major.Minor.Build format
93 // $ANTLR <ANTLRVersion> <fileName> <generatedTimestamp>
104 Antlr.Runtime.Tree,<\n>
106 Antlr.Runtime,
107 Antlr.Runtime.Collections,
108 Antlr.Runtime.Tools;
505 // $ANTLR start "<ruleName>"
523 // $ANTLR end "<ruleName>"
640 // $ANTLR start "<ruleName>"
711 // $ANTLR end "<ruleName>
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 33 namespace Antlr.Runtime {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 33 namespace Antlr.Runtime
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 1 unit Antlr.Runtime.Tree.Tests;
16 Antlr.Runtime.Collections,
17 Antlr.Runtime.Tree,
20 Antlr.Runtime,
21 Antlr.Runtime.Tools;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 1 unit Antlr.Runtime.Tools;
38 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
55 /// Base interface for ANTLR objects
78 /// Base for ANTLR objects
310 /// Helper for storing local variables inside a routine. The code that ANTLR
Antlr.Runtime.Tree.pas 1 unit Antlr.Runtime.Tree;
39 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
45 Antlr.Runtime,
46 Antlr.Runtime.Tools,
47 Antlr.Runtime.Collections;
428 /// What does a tree look like? ANTLR has a number of support classes
433 /// NOTE: When constructing trees, ANTLR can build any kind of tree; it can
530 /// actually have any user data. ANTLR v3 uses a list of children approach
    [all...]
Antlr.Runtime.pas 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.
    [all...]

Completed in 1695 milliseconds

<<11