HomeSort by relevance Sort by last modified time
    Searched defs:Predict (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 77 * From the input stream, predict what alternative will succeed
83 public virtual int Predict(IIntStream input) {
85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber);
114 Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s);
154 Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 90 * From the input stream, predict what alternative will succeed
96 public virtual int Predict( IIntStream input )
100 Console.Error.WriteLine( "Enter DFA.predict for decision " + decisionNumber );
136 Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s );
181 Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] );

Completed in 187 milliseconds