Lines Matching full:runtime
13 <AssemblyName>Antlr3.Runtime</AssemblyName>
21 <RootNamespace>Antlr.Runtime</RootNamespace>
46 <RootNamespace>Antlr.Runtime</RootNamespace>
57 <DocumentationFile>bin\Release\net-2.0\Antlr3.Runtime.XML</DocumentationFile>
66 <RootNamespace>Antlr.Runtime</RootNamespace>
74 <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
75 <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
77 <Compile Include="Antlr.Runtime\BitSet.cs" />
78 <Compile Include="Antlr.Runtime\ICharStream.cs" />
79 <Compile Include="Antlr.Runtime\CharStreamState.cs" />
80 <Compile Include="Antlr.Runtime\ClassicToken.cs" />
81 <Compile Include="Antlr.Runtime\CommonToken.cs" />
82 <Compile Include="Antlr.Runtime\DFA.cs" />
83 <Compile Include="Antlr.Runtime\EarlyExitException.cs" />
84 <Compile Include="Antlr.Runtime\FailedPredicateException.cs" />
85 <Compile Include="Antlr.Runtime\IIntStream.cs" />
86 <Compile Include="Antlr.Runtime\MismatchedNotSetException.cs" />
87 <Compile Include="Antlr.Runtime\MismatchedRangeException.cs" />
88 <Compile Include="Antlr.Runtime\MismatchedSetException.cs" />
89 <Compile Include="Antlr.Runtime\MismatchedTokenException.cs" />
90 <Compile Include="Antlr.Runtime\MismatchedTreeNodeException.cs" />
91 <Compile Include="Antlr.Runtime\NoViableAltException.cs" />
92 <Compile Include="Antlr.Runtime\Parser.cs" />
93 <Compile Include="Antlr.Runtime\ParserRuleReturnScope.cs" />
94 <Compile Include="Antlr.Runtime\RecognitionException.cs" />
95 <Compile Include="Antlr.Runtime\RuleReturnScope.cs" />
96 <Compile Include="Antlr.Runtime\Token.cs" />
97 <Compile Include="Antlr.Runtime\ITokenSource.cs" />
98 <Compile Include="Antlr.Runtime\MissingTokenException.cs" />
99 <Compile Include="Antlr.Runtime.Tree\CommonErrorNode.cs" />
100 <Compile Include="Antlr.Runtime\UnwantedTokenException.cs" />
101 <Compile Include="Antlr.Runtime.Collections\CollectionUtils.cs" />
102 <Compile Include="Antlr.Runtime.Collections\HashList.cs" />
103 <Compile Include="Antlr.Runtime.Collections\StackList.cs" />
104 <Compile Include="Antlr.Runtime.Tree\BaseTree.cs" />
105 <Compile Include="Antlr.Runtime.Tree\BaseTreeAdaptor.cs" />
106 <Compile Include="Antlr.Runtime.Tree\CommonTree.cs" />
107 <Compile Include="Antlr.Runtime.Tree\CommonTreeAdaptor.cs" />
108 <Compile Include="Antlr.Runtime.Tree\CommonTreeNodeStream.cs" />
109 <Compile Include="Antlr.Runtime.Tree\ITree.cs" />
110 <Compile Include="Antlr.Runtime.Tree\ITreeAdaptor.cs" />
111 <Compile Include="Antlr.Runtime.Tree\ITreeNodeStream.cs" />
112 <Compile Include="Antlr.Runtime.Tree\ParseTree.cs" />
113 <Compile Include="Antlr.Runtime.Tree\TreeParser.cs" />
114 <Compile Include="Antlr.Runtime.Tree\TreeRuleReturnScope.cs" />
115 <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" />
116 <Compile Include="Antlr.Runtime.Debug\DebugParser.cs" />
117 <Compile Include="Antlr.Runtime.Debug\DebugTokenStream.cs" />
118 <Compile Include="Antlr.Runtime.Debug\IDebugEventListener.cs" />
119 <Compile Include="Antlr.Runtime.Debug\DebugTreeAdaptor.cs" />
120 <Compile Include="Antlr.Runtime\Constants.cs" />
124 <Compile Include="Antlr.Runtime.Debug\DebugTreeNodeStream.cs" />
125 <Compile Include="Antlr.Runtime.Debug\BlankDebugEventListener.cs" />
126 <Compile Include="Antlr.Runtime.Debug\RemoteDebugEventSocketListener.cs" />
127 <Compile Include="Antlr.Runtime.Debug\TraceDebugEventListener.cs" />
128 <Compile Include="Antlr.Runtime.Debug\DebugEventHub.cs" />
129 <Compile Include="Antlr.Runtime.Debug\DebugEventRepeater.cs" />
130 <Compile Include="Antlr.Runtime.Debug\DebugTreeParser.cs" />
131 <Compile Include="Antlr.Runtime.Debug\ParseTreeBuilder.cs" />
132 <Compile Include="Antlr.Runtime.Debug\Profiler.cs" />
133 <Compile Include="Antlr.Runtime.Debug\Tracer.cs" />
134 <Compile Include="Antlr.Runtime.Misc\Stats.cs" />
135 <Compile Include="Antlr.Runtime.Misc\ErrorManager.cs" />
136 <Compile Include="Antlr.Runtime.Tree\TreeWizard.cs" />
137 <Compile Include="Antlr.Runtime.Tree\TreePatternLexer.cs" />
138 <Compile Include="Antlr.Runtime.Tree\RewriteRuleNodeStream.cs" />
139 <Compile Include="Antlr.Runtime.Tree\TreePatternParser.cs" />
140 <Compile Include="Antlr.Runtime.Tree\RewriteCardinalityException.cs" />
141 <Compile Include="Antlr.Runtime.Tree\RewriteEarlyExitException.cs" />
142 <Compile Include="Antlr.Runtime.Tree\RewriteEmptyStreamException.cs" />
143 <Compile Include="Antlr.Runtime.Tree\RewriteRuleElementStream.cs" />
144 <Compile Include="Antlr.Runtime.Tree\RewriteRuleSubtreeStream.cs" />
145 <Compile Include="Antlr.Runtime.Tree\RewriteRuleTokenStream.cs" />
146 <Compile Include="Antlr.Runtime.Tree\UnBufferedTreeNodeStream.cs" />
147 <Compile Include="Antlr.Runtime\ANTLRInputStream.cs" />
148 <Compile Include="Antlr.Runtime\ANTLRReaderStream.cs" />
149 <Compile Include="Antlr.Runtime\BaseRecognizer.cs" />
150 <Compile Include="Antlr.Runtime\CommonTokenStream.cs" />
151 <Compile Include="Antlr.Runtime\RecognizerSharedState.cs" />
152 <Compile Include="Antlr.Runtime\IToken.cs" />
153 <Compile Include="Antlr.Runtime\ITokenStream.cs" />
154 <Compile Include="Antlr.Runtime\Lexer.cs" />
155 <Compile Include="Antlr.Runtime\TokenRewriteStream.cs" />
156 <Compile Include="Antlr.Runtime.Tree\ITreeVisitorAction.cs" />
157 <Compile Include="Antlr.Runtime.Tree\TreeVisitor.cs" />
172 <RootNamespace>Antlr.Runtime</RootNamespace>