Searched defs:IIntStream (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs44 public interface IIntStream interface in namespace:Antlr.Runtime
62 /// <see cref="IIntStream.Rewind(int)"/> to return to the current position.
64 /// <see cref="IIntStream.Index"/>, or some other marker.</returns>
76 /// <see cref="IIntStream.Index"/> would return marker.
79 /// The marker will usually be <see cref="IIntStream.Index"/> but
82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
106 /// <see cref="IIntStream.Rewind(int)"/> except it releases resources without
130 /// <see cref="IIntStream.Mark"/>/<see cref="IIntStream
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs41 public interface IIntStream interface in namespace:Antlr.Runtime

Completed in 80 milliseconds