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

1 2 3 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 33 namespace Antlr.Runtime
44 * A stripped-down version of org.antlr.misc.BitSet that is just
BufferedTokenStream.cs 33 namespace Antlr.Runtime
LegacyCommonTokenStream.cs 33 namespace Antlr.Runtime
Lexer.cs 33 namespace Antlr.Runtime
BaseRecognizer.cs 33 namespace Antlr.Runtime
41 using IDebugEventListener = Antlr.Runtime.Debug.IDebugEventListener;
259 * would have to subclassing exception, but then somehow get ANTLR
480 * ANTLR stops at the end of a rule.
547 * ANTLR's error recovery mechanism is based upon original ideas:
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ListExtensions.cs 41 namespace Antlr.Runtime.JavaExtensions
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 33 namespace Antlr.Runtime
SlimTokenStream.cs 33 namespace Antlr.Runtime
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 37 using Antlr.Runtime.Tree;
38 using RewriteRuleITokenStream = Antlr.Runtime.Tree.RewriteRuleTokenStream;
CSharp2.stg 54 // ANTLR Version: <ANTLRVersion>
61 // $ANTLR <ANTLRVersion> <fileName> <generatedTimestamp>
78 using Antlr.Runtime;
79 using Antlr.Runtime.Misc;
81 using Antlr.Runtime.Tree;
82 using RewriteRuleITokenStream = Antlr.Runtime.Tree.RewriteRuleTokenStream;
103 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>}) ::= <<
104 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")]
276 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")]
404 ASTLabelType="object", superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Parser<endif>}, labelType="IToken"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 38 using Antlr.Runtime.Tree;
39 using RewriteRuleITokenStream = Antlr.Runtime.Tree.RewriteRuleTokenStream;
CSharp3.stg 55 // ANTLR Version: <ANTLRVersion>
62 // $ANTLR <ANTLRVersion> <fileName> <generatedTimestamp>
77 using Antlr.Runtime;
78 using Antlr.Runtime.Misc;
80 using Antlr.Runtime.Tree;
81 using RewriteRuleITokenStream = Antlr.Runtime.Tree.RewriteRuleTokenStream;
101 superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Lexer<endif>},
103 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")]
271 [System.CodeDom.Compiler.GeneratedCode("ANTLR", "<ANTLRVersion>")]
386 ASTLabelType="object", superClass={<if(actions.(actionScope).superClass)><actions.(actionScope).superClass><else>Antlr.Runtime.Parser<endif>}, labelType="IToken"
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 1 unit Antlr.Runtime.Collections;
39 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
44 Antlr.Runtime.Tools;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 33 namespace Antlr.Runtime {
40 using IDebugEventListener = Antlr.Runtime.Debug.IDebugEventListener;
236 * would have to subclassing exception, but then somehow get ANTLR
410 * ANTLR stops at the end of a rule.
477 * ANTLR's error recovery mechanism is based upon original ideas:
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 35 namespace Antlr.Runtime.Debug {
38 using Antlr.Runtime.Debug.Misc;
494 buf.Append("ANTLR Runtime Report; Profile Version ");
DebugEventHub.cs 33 namespace Antlr.Runtime.Debug {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 37 namespace Antlr.Runtime.Tests
47 using ANTLRInputStream = Antlr.Runtime.ANTLRInputStream;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 33 namespace Antlr.Runtime.Debug
37 using Antlr.Runtime.Debug.Misc;
545 buf.Append("ANTLR Runtime Report; Profile Version ");
DebugEventHub.cs 33 namespace Antlr.Runtime.Debug
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 35 namespace Antlr.Runtime.Collections
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 33 namespace Antlr.Runtime.Tree {
41 * actually have any user data. ANTLR v3 uses a list of children approach
BufferedTreeNodeStream.cs 33 namespace Antlr.Runtime.Tree {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 33 namespace Antlr.Runtime.Tree
42 * actually have any user data. ANTLR v3 uses a list of children approach
BaseTreeAdaptor.cs 33 namespace Antlr.Runtime.Tree
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 1 unit Antlr.Runtime.Tools.Tests;
19 Antlr.Runtime.Tools;

Completed in 1144 milliseconds

1 2 3 4 5 6 7 8 91011