Searched defs:Runtime (Results 176 - 200 of 287) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognizerSharedState.cs33 namespace Antlr.Runtime {
H A DUnbufferedTokenStream.cs33 namespace Antlr.Runtime {
34 using Antlr.Runtime.Misc;
H A DCommonToken.cs33 namespace Antlr.Runtime {
214 [System.Runtime.Serialization.OnSerializing]
215 internal void OnSerializing(System.Runtime.Serialization.StreamingContext context) {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugParser.cs33 namespace Antlr.Runtime.Debug {
34 using Antlr.Runtime.JavaExtensions;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DDotTreeGenerator.cs33 namespace Antlr.Runtime.Tree
H A DITreeNodeStream.cs33 namespace Antlr.Runtime.Tree {
H A DParseTree.cs33 namespace Antlr.Runtime.Tree {
H A DTreePatternLexer.cs33 namespace Antlr.Runtime.Tree {
H A DTreeRewriter.cs33 namespace Antlr.Runtime.Tree {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DANTLRxxxxStreamFixture.cs37 namespace Antlr.Runtime.Tests
47 using ANTLRInputStream = Antlr.Runtime.ANTLRInputStream;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs33 namespace Antlr.Runtime.Tree {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DClassicToken.cs33 namespace Antlr.Runtime
H A DNoViableAltException.cs33 namespace Antlr.Runtime
37 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
38 using StreamingContext = System.Runtime.Serialization.StreamingContext;
H A DRecognizerSharedState.cs33 namespace Antlr.Runtime
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DDotTreeGenerator.cs33 namespace Antlr.Runtime.Tree
H A DRewriteRuleElementStream.cs33 namespace Antlr.Runtime.Tree
H A DTreeIterator.cs33 namespace Antlr.Runtime.Tree
H A DTreePatternLexer.cs33 namespace Antlr.Runtime.Tree
H A DTreeRewriter.cs33 namespace Antlr.Runtime.Tree
35 using Antlr.Runtime.Misc;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeParser.cs33 namespace Antlr.Runtime.Debug
35 using Antlr.Runtime.JavaExtensions;
39 using ITreeNodeStream = Antlr.Runtime.Tree.ITreeNodeStream;
40 using TreeParser = Antlr.Runtime.Tree.TreeParser;
H A DParseTreeBuilder.cs33 namespace Antlr.Runtime.Debug
36 using ParseTree = Antlr.Runtime.Tree.ParseTree;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs41 namespace Antlr.Runtime.JavaExtensions
H A DTypeExtensions.cs38 namespace Antlr.Runtime.JavaExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeNodeStream`1.cs33 namespace Antlr.Runtime.Tree
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRStringStream.pm1 package ANTLR::Runtime::ANTLRStringStream;
6 use ANTLR::Runtime::CharStreamState;
10 with 'ANTLR::Runtime::IntStream', 'ANTLR::Runtime::CharStream';
44 isa => 'ArrayRef[Maybe[ANTLR::Runtime::CharStreamState]]',
151 $state = ANTLR::Runtime::CharStreamState->new();

Completed in 1115 milliseconds

1234567891011>>