Home
last modified time | relevance | path

Searched refs:ICharStream (Results 1 – 25 of 30) sorted by relevance

12

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs45 protected ICharStream input;
50 public Lexer(ICharStream input) { in Lexer()
54 public Lexer(ICharStream input, RecognizerSharedState state) in Lexer()
119 …IToken eof = new CommonToken((ICharStream)input, CharStreamConstants.EndOfFile, TokenChannels.Defa… in NextToken()
157 public virtual ICharStream CharStream {
DCommonToken.cs45 ICharStream input;
71 public CommonToken(ICharStream input, int type, int channel, int start, int stop) { in CommonToken()
187 public ICharStream InputStream {
DRecognitionException.cs155 } else if (input is ICharStream) { in RecognitionException()
157 this._line = ((ICharStream)input).Line; in RecognitionException()
158 this._charPositionInLine = ((ICharStream)input).CharPositionInLine; in RecognitionException()
DICharStream.cs36 public interface ICharStream : IIntStream { interface
DIToken.cs90 ICharStream InputStream {
DClassicToken.cs148 public ICharStream InputStream {
DNoViableAltException.cs122 if (Input is ICharStream) { in ToString()
DANTLRStringStream.cs46 public class ANTLRStringStream : ICharStream {
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs47 protected ICharStream input;
53 public Lexer( ICharStream input ) in Lexer()
58 public Lexer( ICharStream input, RecognizerSharedState state ) in Lexer()
178 …IToken eof = new CommonToken((ICharStream)input, CharStreamConstants.EndOfFile, TokenChannels.Defa… in GetEndOfFileToken()
200 public virtual ICharStream CharStream
DCommonToken.cs47 ICharStream input;
75 public CommonToken( ICharStream input, int type, int channel, int start, int stop ) in CommonToken()
218 public ICharStream InputStream
DRecognitionException.cs192 ICharStream charStream = input as ICharStream; in RecognitionException()
202 this._line = ((ICharStream)input).Line; in RecognitionException()
203 this._charPositionInLine = ((ICharStream)input).CharPositionInLine; in RecognitionException()
DICharStream.cs37 public interface ICharStream : IIntStream interface
DIToken.cs100 ICharStream InputStream
DClassicToken.cs178 public ICharStream InputStream
DNoViableAltException.cs155 if ( Input is ICharStream ) in ToString()
DANTLRStringStream.cs47 public class ANTLRStringStream : ICharStream
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas187 ICharStream = interface(IIntStream) interface
393 IANTLRStringStream = interface(ICharStream)
637 function GetInputStream: ICharStream;
638 procedure SetInputStream(const Value: ICharStream);
646 property InputStream: ICharStream read GetInputStream write SetInputStream;
671 function GetInputStream: ICharStream; in GetInputStream()
672 procedure SetInputStream(const Value: ICharStream); argument
681 property InputStream: ICharStream read GetInputStream write SetInputStream;
1048 function GetCharStream: ICharStream;
1049 procedure SetCharStream(const Value: ICharStream);
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs49 public SlimLexer( ICharStream input ) in SlimLexer()
54 public SlimLexer( ICharStream input, RecognizerSharedState state ) in SlimLexer()
196 public ICharStream CharStream
DSlimToken.cs147 ICharStream IToken.InputStream
DSlimStringStream.cs46 public class SlimStringStream : ICharStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarLexer.cs39 public DebugGrammarLexer( ICharStream input ) in DebugGrammarLexer()
43 public DebugGrammarLexer( ICharStream input, RecognizerSharedState state ) in DebugGrammarLexer()
DProfileGrammarLexer.cs39 public ProfileGrammarLexer( ICharStream input ) in ProfileGrammarLexer()
43 public ProfileGrammarLexer( ICharStream input, RecognizerSharedState state ) in ProfileGrammarLexer()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DProgram.cs13 ICharStream input; in _Main()
/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT24 Antlr.Runtime.Lexer.Input - return type has been changed to ICharStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs158 public ICharStream InputStream {

12