/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
CommonToken.cs | 40 public class CommonToken : IToken 91 public CommonToken( IToken oldToken ) 107 #region IToken Members
|
RecognitionException.cs | 90 private IToken _token; 244 public IToken Token 335 IToken lastToken = streamInformation.LastToken; 336 IToken lastRealToken = streamInformation.LastRealToken; 348 IToken payload = adaptor.GetToken(_node); 359 IToken priorPayload = adaptor.GetToken(priorNode);
|
TokenRewriteStream.cs | 268 public virtual void InsertAfter( IToken t, object text ) 278 public virtual void InsertAfter( string programName, IToken t, object text ) 289 public virtual void InsertBefore( IToken t, object text ) 299 public virtual void InsertBefore( string programName, IToken t, object text ) 322 public virtual void Replace( IToken indexT, object text ) 327 public virtual void Replace( IToken from, IToken to, object text ) 344 public virtual void Replace( string programName, IToken from, IToken to, object text ) 362 public virtual void Delete( IToken indexT [all...] |
Lexer.cs | 128 public virtual IToken NextToken() 140 IToken eof = new CommonToken((ICharStream)input, CharStreamConstants.EndOfFile, TokenChannels.Default, input.Index, input.Index); 222 public virtual void Emit( IToken token ) 240 public virtual IToken Emit() 242 IToken t = new CommonToken( input, state.type, state.channel, state.tokenStartCharIndex, CharIndex - 1 );
|
RecognizerSharedState.cs | 124 public IToken token;
|
Parser.cs | 84 IToken current = ( (ITokenStream)input ).LT( 1 );
|
UnwantedTokenException.cs | 83 public virtual IToken UnexpectedToken
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
CommonTree.cs | 49 private IToken _token; 80 public CommonTree( IToken t ) 177 public IToken Token
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventRepeater.cs | 80 public virtual void ConsumeToken(IToken token) { 83 public virtual void ConsumeHiddenToken(IToken token) { 86 public virtual void LT(int i, IToken t) { 146 public virtual void CreateNode(object node, IToken token) {
|
DebugEventSocketProxy.cs | 181 public override void ConsumeToken(IToken t) { 186 public override void ConsumeHiddenToken(IToken t) { 191 public override void LT(int i, IToken t) { 278 IToken token = adaptor.GetToken(t); 330 public override void CreateNode(object node, IToken token) { 358 protected virtual string SerializeToken(IToken t) {
|
DebugEventHub.cs | 128 public virtual void ConsumeToken(IToken token) { 135 public virtual void ConsumeHiddenToken(IToken token) { 142 public virtual void LT(int index, IToken t) { 269 public virtual void CreateNode(object node, IToken token) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 92 public virtual void ConsumeToken( IToken token ) 96 public virtual void ConsumeHiddenToken( IToken token ) 100 public virtual void LT( int i, IToken t ) 177 public virtual void CreateNode( object node, IToken token )
|
DebugEventSocketProxy.cs | 205 public override void ConsumeToken( IToken t ) 211 public override void ConsumeHiddenToken( IToken t ) 217 public override void LT( int i, IToken t ) 318 IToken token = adaptor.GetToken( t ); 374 public override void CreateNode( object node, IToken token ) 406 protected virtual string SerializeToken( IToken t )
|
DebugEventHub.cs | 149 public virtual void ConsumeToken( IToken token ) 158 public virtual void ConsumeHiddenToken( IToken token ) 167 public virtual void LT( int index, IToken t ) 328 public virtual void CreateNode( object node, IToken token )
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognitionException.cs | 88 private IToken _token; 212 public IToken Token { 281 IToken lastToken = streamInformation.LastToken; 282 IToken lastRealToken = streamInformation.LastRealToken; 293 IToken payload = adaptor.GetToken(_node); 301 IToken priorPayload = adaptor.GetToken(priorNode);
|
TokenRewriteStream.cs | 237 public virtual void InsertAfter(IToken t, object text) { 245 public virtual void InsertAfter(string programName, IToken t, object text) { 255 public virtual void InsertBefore(IToken t, object text) { 263 public virtual void InsertBefore(string programName, IToken t, object text) { 283 public virtual void Replace(IToken indexT, object text) { 287 public virtual void Replace(IToken from, IToken to, object text) { 301 public virtual void Replace(string programName, IToken from, IToken to, object text) { 316 public virtual void Delete(IToken indexT) [all...] |
Lexer.cs | 110 public virtual IToken NextToken() { 119 IToken eof = new CommonToken((ICharStream)input, CharStreamConstants.EndOfFile, TokenChannels.Default, input.Index, input.Index); 182 public virtual void Emit(IToken token) { 199 public virtual IToken Emit() { 200 IToken t = new CommonToken(input, state.type, state.channel, state.tokenStartCharIndex, CharIndex - 1);
|
CommonToken.cs | 39 public class CommonToken : IToken { 85 public CommonToken(IToken oldToken) { 99 #region IToken Members
|
RecognizerSharedState.cs | 122 public IToken token;
|
Parser.cs | 77 IToken current = ((ITokenStream)input).LT(1);
|
UnwantedTokenException.cs | 73 public virtual IToken UnexpectedToken {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 270 IToken NEWLINE3=null; 271 IToken ID4=null; 272 IToken char_literal5=null; 273 IToken NEWLINE7=null; 274 IToken NEWLINE9=null; 275 IToken NEWLINE10=null; 340 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); 375 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); 379 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); 390 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); [all...] |
ProfileGrammarParser.cs | 274 IToken NEWLINE3=null; 275 IToken ID4=null; 276 IToken char_literal5=null; 277 IToken NEWLINE7=null; 278 IToken NEWLINE9=null; 279 IToken NEWLINE10=null; 344 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); 379 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); 383 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); 394 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ITreeFixture.cs | 40 using IToken = Antlr.Runtime.IToken; 79 CommonTree r0 = new CommonTree((IToken)null); 103 CommonTree r0 = new CommonTree((IToken)null); 131 CommonTree r0 = new CommonTree((IToken)null); 177 CommonTree oldRoot = new CommonTree((IToken)null); 206 CommonTree newRoot = new CommonTree((IToken)null); 209 CommonTree oldRoot = new CommonTree((IToken)null); 223 CommonTree newRoot = new CommonTree((IToken)null);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTParser.stg | 46 RetVal.Tree := Adaptor.ErrorNode(Input, RetVal.Start as IToken, 215 Adaptor.SetTokenBoundaries(RetVal.Tree, RetVal.Start as IToken, RetVal.Stop as IToken);
|