Home
last modified time | relevance | path

Searched refs:SourceName (Results 1 – 25 of 37) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnbufferedTokenStream.cs72 public string SourceName { property in Antlr.Runtime.UnbufferedTokenStream
74 return TokenSource.SourceName;
DParser.cs99 public override string SourceName { property in Antlr.Runtime.Parser
101 return input.SourceName;
DITokenSource.cs68 string SourceName { property
DIIntStream.cs156 string SourceName { property
DLexer.cs169 public override string SourceName { property in Antlr.Runtime.Lexer
171 return input.SourceName;
DBufferedTokenStream.cs114 public virtual string SourceName { property in Antlr.Runtime.BufferedTokenStream
116 return _tokenSource.SourceName;
DLegacyCommonTokenStream.cs415 public virtual string SourceName { property in Antlr.Runtime.LegacyCommonTokenStream
417 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DParser.cs111 public override string SourceName property in Antlr.Runtime.Parser
115 return input.SourceName;
DUnbufferedTokenStream.cs79 public string SourceName property in Antlr.Runtime.UnbufferedTokenStream
83 return TokenSource.SourceName;
DITokenSource.cs68 string SourceName property
DIIntStream.cs156 string SourceName property
DANTLRFileStream.cs80 public override string SourceName property in Antlr.Runtime.ANTLRFileStream
DBufferedTokenStream.cs126 public virtual string SourceName property in Antlr.Runtime.BufferedTokenStream
130 return _tokenSource.SourceName;
DLexer.cs207 public override string SourceName property in Antlr.Runtime.Lexer
211 return input.SourceName;
DLegacyCommonTokenStream.cs477 public virtual string SourceName property in Antlr.Runtime.LegacyCommonTokenStream
481 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeNodeStream.cs198 public virtual string SourceName property in Antlr.Runtime.Debug.DebugTreeNodeStream
202 return TokenStream.SourceName;
DDebugTokenStream.cs189 public virtual string SourceName property in Antlr.Runtime.Debug.DebugTokenStream
193 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeNodeStream.cs169 public virtual string SourceName { property in Antlr.Runtime.Debug.DebugTreeNodeStream
171 return TokenStream.SourceName;
DDebugTokenStream.cs159 public virtual string SourceName { property in Antlr.Runtime.Debug.DebugTokenStream
161 return TokenSource.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs90 public override string SourceName property in Antlr.Runtime.Tree.TreeParser
94 return input.SourceName;
DCommonTreeNodeStream.cs83 public virtual string SourceName property in Antlr.Runtime.Tree.CommonTreeNodeStream
90 return TokenStream.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs84 public override string SourceName { property in Antlr.Runtime.Tree.TreeParser
86 return input.SourceName;
DCommonTreeNodeStream.cs79 public virtual string SourceName { property in Antlr.Runtime.Tree.CommonTreeNodeStream
84 return TokenStream.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimTokenStream.cs380 public string SourceName property in Antlr.Runtime.FastTokenStream
384 return TokenSource.SourceName;
DSlimLexer.cs211 public override string SourceName property in Antlr.Runtime.SlimLexer
215 return input.SourceName;

12