Searched defs:Runtime (Results 51 - 75 of 287) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
H A DMessages.Designer.cs4 // Runtime Version:2.0.50727.42
11 namespace Antlr.Runtime {
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Antlr.Runtime.Messages", typeof(Messages).Assembly);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DTestDriver.cs35 namespace Antlr.Runtime.Tests
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRFileStream.cs33 namespace Antlr.Runtime
H A DAstParserRuleReturnScope`2.cs33 namespace Antlr.Runtime
H A DCharStreamState.cs33 namespace Antlr.Runtime
H A DGrammarRuleAttribute.cs33 namespace Antlr.Runtime
H A DITokenSource.cs33 namespace Antlr.Runtime
H A DITokenStreamInformation.cs29 namespace Antlr.Runtime
H A DTemplateParserRuleReturnScope`2.cs33 namespace Antlr.Runtime
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFunctionDelegates.cs33 namespace Antlr.Runtime.Misc
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DAntlrRuntime_BaseTreeDebugView.cs33 namespace Antlr.Runtime.Tree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventListenerConstants.cs33 namespace Antlr.Runtime.Debug
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
H A DExceptionExtensions.cs33 namespace Antlr.Runtime.JavaExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTreeExtensions.cs33 using ITree = Antlr.Runtime.Tree.ITree;
35 namespace Antlr.Runtime.JavaExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs1 namespace Antlr3.Runtime.Test.Composition
4 using Antlr.Runtime;
5 using Antlr.Runtime.Tree;
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm1 package ANTLR::Runtime::ANTLRFileStream;
8 extends 'ANTLR::Runtime::ANTLRStringStream';
H A DRuleReturnScope.pm1 package ANTLR::Runtime::RuleReturnScope;
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DANTLRStringStream.pm1 package Test::ANTLR::Runtime::ANTLRStringStream;
3 use ANTLR::Runtime::ANTLRStringStream;
27 is $s->LA(4), ANTLR::Runtime::ANTLRStringStream->EOF;
H A DException.pm1 package Test::ANTLR::Runtime::Exception;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs35 namespace Antlr.Runtime
H A DANTLRInputStream.cs33 namespace Antlr.Runtime {
H A DANTLRReaderStream.cs33 namespace Antlr.Runtime {
H A DICharStream.cs33 namespace Antlr.Runtime {
H A DMismatchedNotSetException.cs33 namespace Antlr.Runtime {
35 using SerializationInfo = System.Runtime.Serialization.SerializationInfo;
36 using StreamingContext = System.Runtime.Serialization.StreamingContext;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DStackList.cs35 namespace Antlr.Runtime.Collections

Completed in 530 milliseconds

1234567891011>>