/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | UnbufferedTokenStream.cs | 72 public string SourceName { property in Antlr.Runtime.UnbufferedTokenStream 74 return TokenSource.SourceName;
|
D | Parser.cs | 99 public override string SourceName { property in Antlr.Runtime.Parser 101 return input.SourceName;
|
D | ITokenSource.cs | 68 string SourceName { property
|
D | IIntStream.cs | 156 string SourceName { property
|
D | Lexer.cs | 169 public override string SourceName { property in Antlr.Runtime.Lexer 171 return input.SourceName;
|
D | BufferedTokenStream.cs | 114 public virtual string SourceName { property in Antlr.Runtime.BufferedTokenStream 116 return _tokenSource.SourceName;
|
D | LegacyCommonTokenStream.cs | 415 public virtual string SourceName { property in Antlr.Runtime.LegacyCommonTokenStream 417 return TokenSource.SourceName;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Parser.cs | 111 public override string SourceName property in Antlr.Runtime.Parser 115 return input.SourceName;
|
D | UnbufferedTokenStream.cs | 79 public string SourceName property in Antlr.Runtime.UnbufferedTokenStream 83 return TokenSource.SourceName;
|
D | ITokenSource.cs | 68 string SourceName property
|
D | IIntStream.cs | 156 string SourceName property
|
D | ANTLRFileStream.cs | 80 public override string SourceName property in Antlr.Runtime.ANTLRFileStream
|
D | BufferedTokenStream.cs | 126 public virtual string SourceName property in Antlr.Runtime.BufferedTokenStream 130 return _tokenSource.SourceName;
|
D | Lexer.cs | 207 public override string SourceName property in Antlr.Runtime.Lexer 211 return input.SourceName;
|
D | LegacyCommonTokenStream.cs | 477 public virtual string SourceName property in Antlr.Runtime.LegacyCommonTokenStream 481 return TokenSource.SourceName;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeNodeStream.cs | 198 public virtual string SourceName property in Antlr.Runtime.Debug.DebugTreeNodeStream 202 return TokenStream.SourceName;
|
D | DebugTokenStream.cs | 189 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/ |
D | DebugTreeNodeStream.cs | 169 public virtual string SourceName { property in Antlr.Runtime.Debug.DebugTreeNodeStream 171 return TokenStream.SourceName;
|
D | DebugTokenStream.cs | 159 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/ |
D | TreeParser.cs | 90 public override string SourceName property in Antlr.Runtime.Tree.TreeParser 94 return input.SourceName;
|
D | CommonTreeNodeStream.cs | 83 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/ |
D | TreeParser.cs | 84 public override string SourceName { property in Antlr.Runtime.Tree.TreeParser 86 return input.SourceName;
|
D | CommonTreeNodeStream.cs | 79 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/ |
D | SlimTokenStream.cs | 380 public string SourceName property in Antlr.Runtime.FastTokenStream 384 return TokenSource.SourceName;
|
D | SlimLexer.cs | 211 public override string SourceName property in Antlr.Runtime.SlimLexer 215 return input.SourceName;
|